Tests: Fix ctest flag typo in RunCMake.GoogleTest

This commit is contained in:
Jake D'Esposito
2024-04-03 21:32:08 -04:00
parent 6fa8eecfd0
commit 06cb978c1b
+2 -2
View File
@@ -134,7 +134,7 @@ function(run_GoogleTestLauncher DISCOVERY_MODE)
${CMAKE_CTEST_COMMAND} ${CMAKE_CTEST_COMMAND}
-C Debug -C Debug
-V -V
--no-label-sumary --no-label-summary
) )
endfunction() endfunction()
@@ -197,7 +197,7 @@ function(run_GoogleTest_discovery_timeout DISCOVERY_MODE)
${CMAKE_CTEST_COMMAND} ${CMAKE_CTEST_COMMAND}
-C Debug -C Debug
-R discovery_timeout_test -R discovery_timeout_test
--no-label-sumary --no-label-summary
) )
endfunction() endfunction()