Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution}

The test will be suitable for covering other `.sln` content too.
This commit is contained in:
Brad King 2016-03-18 13:20:42 -04:00
parent 9cdb37e917
commit 5c1f4da83d
18 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ endif()
if("${CMAKE_GENERATOR}" MATCHES "Visual Studio")
add_RunCMake_test(include_external_msproject)
add_RunCMake_test(SolutionGlobalSections)
add_RunCMake_test(VSSolution)
endif()
if("${CMAKE_GENERATOR}" MATCHES "Visual Studio ([^789]|[789][0-9])")