Commit e00d0442 authored by Joseph Noir's avatar Joseph Noir

Fix ctest failure reporting

parent 15523a64
......@@ -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