mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-09 22:48:06 +00:00
[DOC] Fixing typo: cmake test suite triggered by 'make test'.
This commit is contained in:
@@ -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++`
|
||||
|
||||
Reference in New Issue
Block a user