We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f18602 commit 13eed37Copy full SHA for 13eed37
regression/CMakeLists.txt
@@ -3,7 +3,7 @@ set(test_pl_path "${CMAKE_CURRENT_SOURCE_DIR}/test.pl")
3
macro(add_test_pl_profile name cmdline flag profile)
4
add_test(
5
NAME "${name}-${profile}"
6
- COMMAND ${test_pl_path} -e -p -c ${cmdline} ${flag} ${ARGN}
+ COMMAND ${test_pl_path} -e -p -c "${cmdline}" ${flag} ${ARGN}
7
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
8
)
9
set_tests_properties("${name}-${profile}" PROPERTIES
0 commit comments