Skip to content
Snippets Groups Projects
Commit 80da23f2 authored by Brad King's avatar Brad King
Browse files

Tests: Add RunCTest helper option to control CTest verbose flag

parent 4c5c0c5f
Branches
No related tags found
No related merge requests found
......@@ -11,10 +11,13 @@ function(run_ctest CASE_NAME)
endif()
configure_file(${RunCMake_SOURCE_DIR}/CMakeLists.txt.in
${RunCMake_BINARY_DIR}/${CASE_NAME}/CMakeLists.txt @ONLY)
if(NOT DEFINED RunCTest_VERBOSE_FLAG)
set(RunCTest_VERBOSE_FLAG "-V")
endif()
run_cmake_command(${CASE_NAME} ${CMAKE_CTEST_COMMAND}
-C Debug
-S ${RunCMake_BINARY_DIR}/${CASE_NAME}/test.cmake
-V
${RunCTest_VERBOSE_FLAG}
--output-log ${RunCMake_BINARY_DIR}/${CASE_NAME}-build/testOutput.log
--no-compress-output
${ARGN}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment