We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3111a98 commit ed59002Copy full SHA for ed59002
cmake/tests.cmake
@@ -55,7 +55,7 @@ if (RUN_TESTS)
55
add_custom_command(
56
TARGET ${CPP_UNIT_TESTS} POST_BUILD #TODO: <== this should be set to the latest test suite
57
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
58
- COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> --output-on-failures --verbose
+ COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> --verbose
59
COMMENT "Running all tests"
60
)
61
endif()
0 commit comments