Skip to content

Commit 41385b7

Browse files
committed
Make: ctest discoverable from root
1 parent 7de8a1d commit 41385b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ To run the C++ tests, use CMake:
425425

426426
```bash
427427
cmake -B build_release -D CMAKE_BUILD_TYPE=Release
428-
cmake --build build_release --config Release
429-
ctest -C build_release # run all tests
428+
cmake --build build_release --config Release -j
429+
ctest --test-dir build_release # run all tests
430430
build_release/fork_union_nbody # run the benchmarks
431431
```
432432

0 commit comments

Comments
 (0)