aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFranck HOUSSEN <fghoussen@users.noreply.github.com>2019-12-15 20:14:25 +0100
committerFranck HOUSSEN <fghoussen@users.noreply.github.com>2019-12-15 20:14:25 +0100
commit16e28f002ebe98341c18261dc6c02e01c4e1ac78 (patch)
tree901fe711dad99d188a5c697a00a75146c7d0aa44 /README.md
parentdd7f7a53bd5ae51ca3ff172b6e4de65128ab8a6d (diff)
downloadnextpnr-16e28f002ebe98341c18261dc6c02e01c4e1ac78.tar.gz
nextpnr-16e28f002ebe98341c18261dc6c02e01c4e1ac78.tar.bz2
nextpnr-16e28f002ebe98341c18261dc6c02e01c4e1ac78.zip
[DOC] Fixing typo: cmake test suite triggered by 'make test'.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43407620..401d1178 100644
--- a/README.md
+++ b/README.md
@@ -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++`