aboutsummaryrefslogtreecommitdiff
path: root/README_TEST.md
blob: 101b12d9596fd643b174911e20f202bc7aaf2541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Running tests requires Catch2 and cmake.  libs are assumed to be in
the same directory as the executable

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

# usage: run all tests
./test/test

# usage: Optionally specify tests and success verbosity
./test/test [bass] --success
```