From 63eb43f1311aedd03a4274ec4321234723f54359 Mon Sep 17 00:00:00 2001 From: Gilles Khouzam Date: Mon, 7 Aug 2017 10:38:50 -0700 Subject: 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. --- Tests/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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) -- cgit v0.12