Skip to content

Commit 2af88ea

Browse files
authored
Update readme.md with unit test section (#2)
1 parent 18db530 commit 2af88ea

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ make
4949
ctest
5050
```
5151

52+
## Running Unit Tests
53+
54+
Compile with building tests enabled:
55+
56+
```bash
57+
mkdir build && cd build
58+
cmake -DBUILD_TESTS=On ..
59+
make
60+
ctest
61+
```
62+
5263
## Required
5364

5465
- Compiler capable of C++20 at least (we test with gcc 12.3.0)

0 commit comments

Comments
 (0)