Commit 963c5d049423815e392bb6bece994a75bbd9ce05

Authored by Jarryd Beck
1 parent 320d7a3d

Add instructions for running the tests

Showing 1 changed file with 4 additions and 1 deletions
... ... @@ -17,4 +17,7 @@ You can use another build tool, such as ninja.
17 17 ninja
18 18  
19 19  
20   -To run the tests, run `make test`.
  20 +To run the tests, you have to configure `cxxopts` with another flag:
  21 + cmake -D CXXOPTS_BUILD_TESTS=On ${CXXOPTS_DIR}
  22 + make
  23 + make test
... ...