Run all C++ tests from a single executable (#3582)
This commit is contained in:
committed by
GitHub
parent
4ff63a7960
commit
c719cce4f1
@@ -1,7 +1,7 @@
|
||||
## Running Tests
|
||||
Do this to run all tests:
|
||||
```shell
|
||||
cmake --build build --target build_tests
|
||||
cmake --build build --target test_runner --target task_executable
|
||||
ctest --test-dir build
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user