Add instructions for running the tests

This commit is contained in:
Jarryd Beck 2018-10-30 08:02:32 +11:00
parent 320d7a3d1a
commit 963c5d0494

View File

@ -17,4 +17,7 @@ You can use another build tool, such as ninja.
ninja
To run the tests, run `make test`.
To run the tests, you have to configure `cxxopts` with another flag:
cmake -D CXXOPTS_BUILD_TESTS=On ${CXXOPTS_DIR}
make
make test