All commands below must be run inside the build directory
(e.g., mkdir build && cd build && cmake ..).
cmake --build .This compiles the project
ctest --verboseRuns all tests with detailed output.
This example runs tests with only [Respawn] tag. Tags you can see in test files (.cpp). If you see more than 1 unit test failed, please select one to work on and iterate with the following command.
cd build
./unit/unit [Respawn]