Peter M. Groen
/
CLI11
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
3ef5f21c25974104af51d19f504de043ef86142d
Authored by
Henry Fredrick Schreiner
2017-02-19 16:39:20 -0500
1 parent
0ed89235
Use ctest on windows
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.appveyor.yml
.appveyor.yml
View file @
3ef5f21
...
...
@@ -21,4 +21,4 @@ build_script:
21
21
- cmake --build .
22
22
23
23
test_script:
24
- - cmake --build . --target test
24
+ - ctest
...
...