From 49490c464d13c4b651d9a85fe01d46680f7b8a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 9 Oct 2022 19:40:20 +0000 Subject: [PATCH] Add back this space, I can't believe it has any effect --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9a67e8f..4b6287e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -18,7 +18,7 @@ if (GCOV_ENABLE) # pass, .ctest-finished is created and we can check for its existance after generating the report to determine if the overall # build result is a pass or fail. add_custom_target(test_run_all - COMMAND cd ${PROJECT_BINARY_DIR} + COMMAND cd ${PROJECT_BINARY_DIR} COMMAND env CTEST_OUTPUT_ON_FAILURE=1 ctest --timeout 120 && ${CMAKE_COMMAND} -E touch .ctest-finished || exit 0 DEPENDS tests_clean tests )