summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-08-01 21:18:16 +0200
committerEugen Wissner <belka@caraus.de>2025-08-01 22:09:26 +0200
commit8f0a4b9f36046b41a66db599e4e925386c48d049 (patch)
treefaeec5e7d7eb9b6f60230271a138d6b55fc5c548 /README.md
parent96817ee672d509f867b2e9f5608ee3beaf7ff91e (diff)
downloadkatja-8f0a4b9f36046b41a66db599e4e925386c48d049.tar.gz
Add a build action
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/`.