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, 8 insertions, 0 deletions
diff --git a/README_TEST.md b/README_TEST.md
new file mode 100644
index 00000000..c426badf
--- /dev/null
+++ b/README_TEST.md
@@ -0,0 +1,8 @@
+Running tests requires Catch2 and cmake
+
+```sh
+mkdir cbuild && cd cbuild
+cmake ..
+make
+./test/test
+```