Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
963c5d049423815e392bb6bece994a75bbd9ce05
Authored by
Jarryd Beck
2018-10-30 08:02:32 +1100
1 parent
320d7a3d
Add instructions for running the tests
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
INSTALL
INSTALL
View file @
963c5d0
...
...
@@ -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
...
...