Commit b26c7d6a authored by Dominik Charousset's avatar Dominik Charousset

Fix CTest setup

parent 37d56447
......@@ -105,7 +105,7 @@ if(CAF_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