Tests: Generalize test name RunCMake.MSVC{Warning => Default}Flags

Prepare to add cases for other kinds of flags.
This commit is contained in:
Brad King
2025-05-30 18:40:20 -04:00
parent e3b7a00af1
commit 53aab8acd6
8 changed files with 1 additions and 1 deletions

View File

@@ -555,10 +555,10 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "^(Cray|PGI|NVHPC|XL|XLClang|IBMClang|Fujitsu|F
add_RunCMake_test(MetaCompileFeatures)
endif()
if(MSVC)
add_RunCMake_test(MSVCDefaultFlags)
add_RunCMake_test(MSVCRuntimeChecks)
add_RunCMake_test(MSVCRuntimeLibrary)
add_RunCMake_test(MSVCRuntimeTypeInfo)
add_RunCMake_test(MSVCWarningFlags)
add_RunCMake_test(MSVCDebugInformationFormat)
endif()
if(XCODE_VERSION)