From 16e28f002ebe98341c18261dc6c02e01c4e1ac78 Mon Sep 17 00:00:00 2001 From: Franck HOUSSEN Date: Sun, 15 Dec 2019 20:14:25 +0100 Subject: [DOC] Fixing typo: cmake test suite triggered by 'make test'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++` -- cgit v1.2.3