Joakim Thorén
Joakim Thorén
_Test Explorer_ in Visual Studio 2019 [has support for CTest](https://docs.microsoft.com/en-us/visualstudio/test/how-to-use-ctest-for-cpp?view=vs-2019#to-run-tests). Calling `doctest_discover_tests` in your `CMakeLists.txt` (see [doctest documentation on building with CMake](https://github.com/onqtam/doctest/blob/master/doc/markdown/build-systems.md#cmake)) followed by letting Test Explorer do its thing...
In my workflow I use all of the following commands: ``` cmake --list-presets cmake --preset cmake --build --list-presets cmake --build --preset ctest --list-presets ctest --preset ``` These are all of...
I'm all ears for better choices of colors. Also if someone more artsy than me could do flag designs that'd be nice.
> * VCMI by default should have Shadow of Death mechanics. All new changes (especially larger ones, like this one) should be option From a user POV it is opt-in...