Skip to content

Commit 0573b67

Browse files
authored
Use ctest instead of manual tests run
1 parent 0beee71 commit 0573b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ script:
2121

2222
- mkdir -p build && cd build
2323
- cmake .. && cmake --build . --config Release -- -j4
24-
- ./jinja2cpp_tests
24+
- ctest -C Release -V

0 commit comments

Comments
 (0)