mirror of
https://github.com/nlohmann/json.git
synced 2026-06-12 07:39:43 +00:00
🔊 add debug output to tests
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ foreach(file ${files})
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_test(NAME "${testcase}"
|
add_test(NAME "${testcase}"
|
||||||
COMMAND ${testcase} ${DOCTEST_TEST_FILTER} --no-skip
|
COMMAND ${testcase} ${DOCTEST_TEST_FILTER} --no-skip -s
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
set_tests_properties("${testcase}" PROPERTIES LABELS "all" FIXTURES_REQUIRED TEST_DATA)
|
set_tests_properties("${testcase}" PROPERTIES LABELS "all" FIXTURES_REQUIRED TEST_DATA)
|
||||||
|
|||||||
Reference in New Issue
Block a user