atrooney-online-2/README_TEST.md
2021-01-28 11:05:42 -06:00

9 lines
103 B
Markdown

Running tests requires Catch2 and cmake
```sh
mkdir cbuild && cd cbuild
cmake ..
make
./test/test
```