diff --git a/storeapi/test/CMakeLists.txt b/storeapi/test/CMakeLists.txt index 6acefe58e..516959ad3 100644 --- a/storeapi/test/CMakeLists.txt +++ b/storeapi/test/CMakeLists.txt @@ -68,7 +68,7 @@ if(MSVC) /w14928 # illegal copy-initialization; more than one user-defined conversion has been implicitly applied /permissive- # standards conformance mode for MSVC compiler. /fsanitize=address,leak,undefined - /Zi + /Zi /INCREMENTAL:NO /await ) @@ -76,4 +76,4 @@ if(MSVC) endif() include(GoogleTest) -gtest_discover_tests(StoreApiServicesTests) +gtest_discover_tests(StoreApiServicesTests DISCOVERY_MODE PRE_TEST)