aboutsummaryrefslogtreecommitdiff
path: root/README_TEST.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_TEST.md')
-rw-r--r--README_TEST.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README_TEST.md b/README_TEST.md
index c426badf..fc182a3f 100644
--- a/README_TEST.md
+++ b/README_TEST.md
@@ -3,6 +3,6 @@ Running tests requires Catch2 and cmake
```sh
mkdir cbuild && cd cbuild
cmake ..
-make
+make test
./test/test
```