diff --git a/README.md b/README.md index 486b360..d0ebd3f 100644 --- a/README.md +++ b/README.md @@ -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 +```