diff options
author | Brad King <brad.king@kitware.com> | 2012-04-19 12:35:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-04-19 12:35:55 (GMT) |
commit | 4a30258d91818eb1c1d6741b5a47c54cbfab3313 (patch) | |
tree | b0204bd2987752abb364dbf114eebef1ab6c49ef /Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake | |
parent | f3191f5bc0db2d6717be20585c97f0f2346b8524 (diff) | |
download | CMake-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.cmake | 6 |
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) |