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

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