summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4582401..41fb2fa 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,14 @@ Pass `-DCMAKE_BUILD_TYPE=Debug` or `-DCMAKE_BUILD_TYPE=Release` to
This builds a CLI that can be then found in `./build/bin/katja`.
+### Running the tests
+
+To run the tests follow the build instructions first and then do:
+
+```sh
+ninja -C build test
+```
+
## Project structure
The library code is in `katja/`. Public headers are under `include/`.