Unverified Commit d34b0e51 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #94

Fix ctest failure reporting
parents 15523a64 e00d0442
......@@ -92,7 +92,7 @@ if(CAF_INC_ENABLE_TESTING)
target_sources(${target} PRIVATE
"${CMAKE_CURRENT_SOURCE_DIR}/test/${suitePath}.cpp")
add_test(NAME ${suiteName}
COMMAND ${target} -r300 -n -v5 -s"^${suiteName}$")
COMMAND ${target} -r300 -n -v5 -s "^${suiteName}$")
endforeach()
endfunction()
endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment