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

View File

@@ -134,7 +134,7 @@ function(run_GoogleTestLauncher DISCOVERY_MODE)
${CMAKE_CTEST_COMMAND}
-C Debug
-V
--no-label-sumary
--no-label-summary
)
endfunction()
@@ -197,7 +197,7 @@ function(run_GoogleTest_discovery_timeout DISCOVERY_MODE)
${CMAKE_CTEST_COMMAND}
-C Debug
-R discovery_timeout_test
--no-label-sumary
--no-label-summary
)
endfunction()