antlr/antlr4
runtime/Cpp/runtime/CMakeLists.txt
:99
gtest_discover_tests(antlr4_tests)
gtest_discover_tests(antlr4_tests)
gtest_discover_tests(binaryen-unittests)
gtest_discover_tests(${TEST_NAME} PROPERTIES TIMEOUT 5)
# test functions like gtest_discover_tests()
# This logic is based on the code for gtest_discover_tests()
gtest_discover_tests(${exe})
gtest_discover_tests(${TESTNAME} TIMEOUT 60)
gtest_discover_tests(${TESTNAME} DISCOVERY_TIMEOUT 60)
gtest_discover_tests(${exe} DISCOVERY_TIMEOUT 120)
gtest_discover_tests(unittests
TEST_PREFIX unittest.
# With the 5s default we get periodic timeouts on Travis & GitHub CI.
DISCOVERY_TIMEOUT 20
)
gtest_discover_tests(texturetests
TEST_PREFIX texturetest.
DISCOVERY_TIMEOUT 20
EXTRA_ARGS "${PROJECT_SOURCE_DIR}/tests/testimages/"
)
gtest_discover_tests( streamtests
TEST_PREFIX streamtest.
# With the 5s default we get periodic timeouts on Travis & GitHub CI.
DISCOVERY_TIMEOUT 20
EXTRA_ARGS "${PROJECT_SOURCE_DIR}/tests/testimages/"
)
gtest_discover_tests( transcodetests
TEST_PREFIX transcodetest.
# With the 5s default we get periodic timeouts on Travis & GitHub CI.
DISCOVERY_TIMEOUT 15
EXTRA_ARGS "${PROJECT_SOURCE_DIR}/tests/testimages/"
)
gtest_discover_tests(${TESTNAME} DISCOVERY_TIMEOUT 240)
gtest_discover_tests(${TESTNAME} DISCOVERY_TIMEOUT 240)
gtest_discover_tests(
${TARGET} PROPERTIES ENVIRONMENT
ONEVPL_SEARCH_PATH=$<TARGET_FILE_DIR:vplstubrt> RESOURCE_LOCK
DISPATCHER_LOG_FILE)
gtest_discover_tests(${exename} DISCOVERY_TIMEOUT 120)
gtest_discover_tests(test-srt)
gtest_discover_tests(test_arkode_error_handling)
gtest_discover_tests(test_cvode_error_handling)
gtest_discover_tests(test_cvodes_error_handling)
gtest_discover_tests(test_ida_error_handling)
gtest_discover_tests(test_idas_error_handling)
gtest_discover_tests(test_kinsol_error_handling)
gtest_discover_tests(${test})
gtest_discover_tests(${test})
gtest_discover_tests(configargs)
gtest_discover_tests(conv)
gtest_discover_tests(convertlf)
gtest_discover_tests(gesturehandler)
gtest_discover_tests(hostport)
gtest_discover_tests(parameters)
gtest_discover_tests(pixelformat)
gtest_discover_tests(shortcuthandler)
gtest_discover_tests(unicode)
gtest_discover_tests(emulatemb)
gtest_discover_tests(libtransmission-test
TEST_PREFIX "LT.")
gtest_discover_tests(volk_tests)
gtest_discover_tests(test-${name}
# GitHub Actions on Windows is pretty slow, let's give it lots more time
# than the default 5 seconds.
DISCOVERY_TIMEOUT 60)
gtest_discover_tests(test-units
DISCOVERY_TIMEOUT 30
PROPERTIES
ENVIRONMENT "${TEST_ENV_VARS}"
$<$<NOT:$<STREQUAL:${TEST_GDK_PIXBUF_LOADER_CACHE},"">>:
DEPENDS create-gdk-pixbuf-loader-cache>
)
gtest_discover_tests(test-gtk-integration
DISCOVERY_TIMEOUT 30
PROPERTIES
ENVIRONMENT "${TEST_ENV_VARS}"
$<$<NOT:$<STREQUAL:${TEST_GDK_PIXBUF_LOADER_CACHE},"">>:
DEPENDS create-gdk-pixbuf-loader-cache>
)