[DOC] Fixing typo: cmake test suite triggered by 'make test'.

This commit is contained in:
Franck HOUSSEN 2019-12-15 20:14:25 +01:00
parent dd7f7a53bd
commit 16e28f002e

View File

@ -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++`