aboutsummaryrefslogtreecommitdiff
path: root/README_TEST.md
blob: c426badf06cac82a10113c57c448a2b86800b24a (plain)
1
2
3
4
5
6
7
8
Running tests requires Catch2 and cmake

```sh
mkdir cbuild && cd cbuild
cmake ..
make
./test/test
```