mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests/RunCMake: Move VS Solution cases from VS10Project to VSSolution
This commit is contained in:
@@ -18,7 +18,6 @@ run_cmake(ExplicitCMakeLists)
|
||||
run_cmake(InterfaceLibSources)
|
||||
run_cmake(NoImpLib)
|
||||
run_cmake(RuntimeLibrary)
|
||||
run_cmake(SolutionItems)
|
||||
run_cmake(SourceGroupCMakeLists)
|
||||
run_cmake(SourceGroupTreeCMakeLists)
|
||||
run_cmake(SourceGroupFileSet)
|
||||
@@ -45,7 +44,6 @@ run_cmake(VsDpiAwareBadParam)
|
||||
run_cmake(VsForceInclude)
|
||||
run_cmake(VsPrecompileHeaders)
|
||||
run_cmake(VsPrecompileHeadersShort)
|
||||
run_cmake(VsDeployEnabled)
|
||||
run_cmake(VsSettings)
|
||||
run_cmake(VsSourceSettingsTool)
|
||||
run_cmake(VsPlatformToolset)
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ endif()
|
||||
# Test solution file for deployment.
|
||||
#
|
||||
|
||||
set(vcSlnFile "${RunCMake_TEST_BINARY_DIR}/VsDeployEnabled.sln")
|
||||
set(vcSlnFile "${RunCMake_TEST_BINARY_DIR}/DeployEnabled.sln")
|
||||
if(NOT EXISTS "${vcSlnFile}")
|
||||
set(RunCMake_TEST_FAILED "Solution file ${vcSlnFile} does not exist.")
|
||||
return()
|
||||
@@ -1,6 +1,7 @@
|
||||
include(RunCMake)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/solution_parsing.cmake)
|
||||
|
||||
run_cmake(DeployEnabled)
|
||||
run_cmake(OnePre)
|
||||
run_cmake(OnePost)
|
||||
run_cmake(MorePre)
|
||||
@@ -9,6 +10,7 @@ run_cmake(PrePost)
|
||||
run_cmake(Override1)
|
||||
run_cmake(Override2)
|
||||
run_cmake(Override3)
|
||||
run_cmake(SolutionItems)
|
||||
run_cmake(StartupProject)
|
||||
run_cmake(StartupProjectMissing)
|
||||
run_cmake(AddPackageToDefault)
|
||||
|
||||
Reference in New Issue
Block a user