CMake: Set timeouts for Unicode tests
This commit is contained in:
parent
7b8aec1455
commit
90b56747e0
@ -86,6 +86,11 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
|||||||
#json_test_set_test_options(test-disabled_exceptions COMPILE_DEFINITIONS _HAS_EXCEPTIONS=0 COMPILE_OPTIONS /EH)
|
#json_test_set_test_options(test-disabled_exceptions COMPILE_DEFINITIONS _HAS_EXCEPTIONS=0 COMPILE_OPTIONS /EH)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# set timeouts for Unicode tests
|
||||||
|
json_test_set_test_options("test-unicode2;test-unicode3;test-unicode4;test-unicode5"
|
||||||
|
TEST_PROPERTIES "TIMEOUT_AFTER_MATCH;1500$<SEMICOLON>UTF-8 strings checked"
|
||||||
|
)
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# add unit tests
|
# add unit tests
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user