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