summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-04-19 12:35:10 (GMT)
committerBrad King <brad.king@kitware.com>2012-04-19 12:35:55 (GMT)
commit4a30258d91818eb1c1d6741b5a47c54cbfab3313 (patch)
treeb0204bd2987752abb364dbf114eebef1ab6c49ef /Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake
parentf3191f5bc0db2d6717be20585c97f0f2346b8524 (diff)
downloadCMake-4a30258d91818eb1c1d6741b5a47c54cbfab3313.zip
CMake-4a30258d91818eb1c1d6741b5a47c54cbfab3313.tar.gz
CMake-4a30258d91818eb1c1d6741b5a47c54cbfab3313.tar.bz2
include_external_msproject: Test TYPE, GUID, PLATFORM options (#13120)
Add "RunCMake.include_external_msproject" test to use the TYPE, GUID, and PLATFORM options to include_external_msproject. Since projects with custom types and platforms cannot be loaded without special VS plugins validate the results by directly parsing the generated solution (.sln). Co-Author: Leonid Yurchenko <nocturne@qarea.com>
Diffstat (limited to 'Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake b/Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake
new file mode 100644
index 0000000..90710f9
--- /dev/null
+++ b/Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake
@@ -0,0 +1,6 @@
+include(RunCMake)
+include(${CMAKE_CURRENT_LIST_DIR}/check_utils.cmake)
+
+run_cmake(CustomGuid)
+run_cmake(CustomTypePlatform)
+run_cmake(CustomGuidTypePlatform)