diff options
author | Gilles Khouzam <gillesk@microsoft.com> | 2017-08-07 17:38:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-09-19 13:40:17 (GMT) |
commit | 63eb43f1311aedd03a4274ec4321234723f54359 (patch) | |
tree | 10034f9a1dcf99bb6a4245d997960304919270f1 /Tests | |
parent | 173d29a379b5fc4a41116486ca2af4d006188ee5 (diff) | |
download | CMake-63eb43f1311aedd03a4274ec4321234723f54359.zip CMake-63eb43f1311aedd03a4274ec4321234723f54359.tar.gz CMake-63eb43f1311aedd03a4274ec4321234723f54359.tar.bz2 |
Tests: Add VSWinStorePhone for VS 15 2017
VS 2017 needs several components installed to support this test, so
enable it only via an explicit option that can be set on specific
builders.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 7e8fef8..77a96b1 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2162,6 +2162,11 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release -DCMAKE_SYSTEM_VERSION=8.1 ) endif() + if(CMake_TEST_VSWinStorePhone_VS_2017 AND ws10_0) + add_test_VSWinStorePhone(vs15-store10_0-X86 "Visual Studio 15 2017" WindowsStore 10.0) + add_test_VSWinStorePhone(vs15-store10_0-ARM "Visual Studio 15 2017 ARM" WindowsStore 10.0) + add_test_VSWinStorePhone(vs15-store10_0-X64 "Visual Studio 15 2017 Win64" WindowsStore 10.0) + endif() if(vs14 AND ws10_0) add_test_VSWinStorePhone(vs14-store10_0-X86 "Visual Studio 14 2015" WindowsStore 10.0) add_test_VSWinStorePhone(vs14-store10_0-ARM "Visual Studio 14 2015 ARM" WindowsStore 10.0) |