Skip to content

Commit b2d54cf

Browse files
committed
README: suggest ctest -V for getting started
Suggest that users run `ctest -V` instead of `make test` when getting started. `ctest -V` is superior over alternatives as: 1. Unlike `make test`, it gives output. Users getting started with the library believe that it is hung. 2. `ctest -V` shows verbose output; showing suite names is helpful for giving users more feedback immediately.
1 parent 59ffb51 commit b2d54cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Alternatively you can point the CMake GUI tool to the CMakeLists.txt file and ge
135135

136136
Once built, you can run the tests from the `build` directory with the command
137137

138-
$ make test
138+
$ ctest -V
139139

140140
Alternatively you can run the test suite directly using,
141141

0 commit comments

Comments
 (0)