diff options
author | Franck HOUSSEN <fghoussen@users.noreply.github.com> | 2019-12-15 20:14:25 +0100 |
---|---|---|
committer | Franck HOUSSEN <fghoussen@users.noreply.github.com> | 2019-12-15 20:14:25 +0100 |
commit | 16e28f002ebe98341c18261dc6c02e01c4e1ac78 (patch) | |
tree | 901fe711dad99d188a5c697a00a75146c7d0aa44 | |
parent | dd7f7a53bd5ae51ca3ff172b6e4de65128ab8a6d (diff) | |
download | nextpnr-16e28f002ebe98341c18261dc6c02e01c4e1ac78.tar.gz nextpnr-16e28f002ebe98341c18261dc6c02e01c4e1ac78.tar.bz2 nextpnr-16e28f002ebe98341c18261dc6c02e01c4e1ac78.zip |
[DOC] Fixing typo: cmake test suite triggered by 'make test'.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++` |