🔇 remove debug output
This commit is contained in:
parent
8046754c15
commit
96e9f66025
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ foreach(file ${files})
|
|||
endif()
|
||||
|
||||
add_test(NAME "${testcase}"
|
||||
COMMAND ${testcase} ${DOCTEST_TEST_FILTER} --no-skip -s
|
||||
COMMAND ${testcase} ${DOCTEST_TEST_FILTER} --no-skip
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
)
|
||||
set_tests_properties("${testcase}" PROPERTIES LABELS "all" FIXTURES_REQUIRED TEST_DATA)
|
||||
|
|
Loading…
Reference in a new issue