aboutsummaryrefslogtreecommitdiff
path: root/README_TEST.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_TEST.md')
-rw-r--r--README_TEST.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README_TEST.md b/README_TEST.md
index fc182a3f..101b12d9 100644
--- a/README_TEST.md
+++ b/README_TEST.md
@@ -1,8 +1,14 @@
-Running tests requires Catch2 and cmake
+Running tests requires Catch2 and cmake. libs are assumed to be in
+the same directory as the executable
```sh
mkdir cbuild && cd cbuild
cmake ..
make test
+
+# usage: run all tests
./test/test
+
+# usage: Optionally specify tests and success verbosity
+./test/test [bass] --success
```