Merge pull request #370 from fghoussen/readme

[DOC] Fixing typo: cmake test suite triggered by 'make test'.
This commit is contained in:
Miodrag Milanović 2019-12-20 15:35:24 +01:00 committed by GitHub
commit 98cc243b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ Notes for developers
Testing 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: - To use code sanitizers use the `cmake` options:
- `-DSANITIZE_ADDRESS=ON` - `-DSANITIZE_ADDRESS=ON`
- `-DSANITIZE_MEMORY=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++` - `-DSANITIZE_MEMORY=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++`