diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-08-01 21:18:16 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-08-01 22:09:26 +0200 |
| commit | 8f0a4b9f36046b41a66db599e4e925386c48d049 (patch) | |
| tree | faeec5e7d7eb9b6f60230271a138d6b55fc5c548 /README.md | |
| parent | 96817ee672d509f867b2e9f5608ee3beaf7ff91e (diff) | |
| download | katja-8f0a4b9f36046b41a66db599e4e925386c48d049.tar.gz | |
Add a build action
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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/`. |
