updated TESTING.md

This commit is contained in:
Joseph Henry
2017-06-05 17:18:06 -07:00
parent 7134a0523c
commit 071fb5f150

View File

@@ -1,7 +1,12 @@
## Testing (using src/selftest.cpp) ## Testing (using src/selftest.cpp)
After building a static library After you build the static library, you can run:
- `make tests`: Will output to `build/tests/selftest`
- `make tests`:
This will output `selftest` to `build/tests/`.
Using this, you can run the following tests:
*** ***