summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/StartupProjectMissing-check.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/VSSolution/StartupProjectMissing-check.cmake')
-rw-r--r--Tests/RunCMake/VSSolution/StartupProjectMissing-check.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/VSSolution/StartupProjectMissing-check.cmake b/Tests/RunCMake/VSSolution/StartupProjectMissing-check.cmake
new file mode 100644
index 0000000..b1017dd
--- /dev/null
+++ b/Tests/RunCMake/VSSolution/StartupProjectMissing-check.cmake
@@ -0,0 +1,5 @@
+getProjectNames(projects)
+list(GET projects 0 first_project)
+if(NOT first_project STREQUAL "ALL_BUILD")
+ error("ALL_BUILD is not the startup project")
+endif()