aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2019-12-20 15:35:24 +0100
committerGitHub <noreply@github.com>2019-12-20 15:35:24 +0100
commit98cc243b5f7074ce4b49203ce06d7665d8c4a744 (patch)
tree901fe711dad99d188a5c697a00a75146c7d0aa44
parentdd7f7a53bd5ae51ca3ff172b6e4de65128ab8a6d (diff)
parent16e28f002ebe98341c18261dc6c02e01c4e1ac78 (diff)
downloadnextpnr-98cc243b5f7074ce4b49203ce06d7665d8c4a744.tar.gz
nextpnr-98cc243b5f7074ce4b49203ce06d7665d8c4a744.tar.bz2
nextpnr-98cc243b5f7074ce4b49203ce06d7665d8c4a744.zip
Merge pull request #370 from fghoussen/readme
[DOC] Fixing typo: cmake test suite triggered by 'make test'.
-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++`