From 8046754c15006c8a2fced2f0c8c7e2f0b257045f Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 21 Jul 2020 12:44:38 +0200 Subject: [PATCH] :loud_sound: add debug output to tests --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 76ba31d8..6c01767a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -160,7 +160,7 @@ foreach(file ${files}) endif() add_test(NAME "${testcase}" - COMMAND ${testcase} ${DOCTEST_TEST_FILTER} --no-skip + COMMAND ${testcase} ${DOCTEST_TEST_FILTER} --no-skip -s WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} ) set_tests_properties("${testcase}" PROPERTIES LABELS "all" FIXTURES_REQUIRED TEST_DATA)