Merge topic 'test-rename-VSSolution'

5c1f4da8 Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution}
This commit is contained in:
Brad King 2016-03-22 13:04:24 -04:00 committed by CMake Topic Stage
commit 208524b822
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])")