[DOC] Fixing typo: cmake test suite triggered by 'make test'.
This commit is contained in:
parent
dd7f7a53bd
commit
16e28f002e
@ -164,7 +164,7 @@ Notes for developers
|
||||
Testing
|
||||
-------
|
||||
|
||||
- To build test binaries as well, use `-DBUILD_TESTS=ON` and after `make` run `make tests` to run them, or you can run separate binaries.
|
||||
- To build test binaries as well, use `-DBUILD_TESTS=ON` and after `make` run `make test` to run them, or you can run separate binaries.
|
||||
- To use code sanitizers use the `cmake` options:
|
||||
- `-DSANITIZE_ADDRESS=ON`
|
||||
- `-DSANITIZE_MEMORY=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++`
|
||||
|
Loading…
Reference in New Issue
Block a user