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 65b525b commit adbbb4dCopy full SHA for adbbb4d
CMakeLists.txt
@@ -403,7 +403,11 @@ if (BUILD_TESTING)
403
find_package(GTest REQUIRED)
404
# Alias gtest_discover_tests increase discovery the timeout.
405
function(gtest_discover_tests)
406
- _gtest_discover_tests(${ARGV} DISCOVERY_TIMEOUT 15)
+ _gtest_discover_tests(
407
+ ${ARGV}
408
+ DISCOVERY_MODE PRE_TEST
409
+ DISCOVERY_TIMEOUT 15
410
+ )
411
endfunction()
412
else()
413
message(STATUS "Skipping Tests. Set BUILD_TESTING to On to compile tests.")
0 commit comments