aboutsummaryrefslogtreecommitdiff
path: root/README_TEST.md
blob: 774ad3cb6ae66fc74bf05a3c003ff68806ae394b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Running tests requires Catch2 and cmake

# Running Tests
```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
```

# Writing Tests
`[noci]` tag is used to disable a test on Github actions