Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y-richie-y authored Aug 9, 2023
1 parent 48101e2 commit 0e24bd5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@ pip install -r requirements.txt
make clean
make html
```

## Testing

Install `pytest`, then run `pytest test`.

To run the C++ tests, run

```bash
cmake .
make
test/runTest
```

0 comments on commit 0e24bd5

Please sign in to comment.