mirror of
https://github.com/nlohmann/json.git
synced 2025-06-25 21:23:51 +08:00
🔨 fixed escaping for MinGW
This commit is contained in:
parent
e59b930927
commit
d8fe13fc83
@ -116,7 +116,7 @@ foreach(file ${files})
|
|||||||
set_tests_properties("${testcase}_default" PROPERTIES LABELS "default")
|
set_tests_properties("${testcase}_default" PROPERTIES LABELS "default")
|
||||||
|
|
||||||
add_test(NAME "${testcase}_all"
|
add_test(NAME "${testcase}_all"
|
||||||
COMMAND ${testcase} ${CATCH_TEST_FILTER} "*"
|
COMMAND ${testcase} ${CATCH_TEST_FILTER} "\\*"
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
set_tests_properties("${testcase}_all" PROPERTIES LABELS "all")
|
set_tests_properties("${testcase}_all" PROPERTIES LABELS "all")
|
||||||
|
Loading…
Reference in New Issue
Block a user