summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorGilles Khouzam <gillesk@microsoft.com>2018-09-14 18:33:46 (GMT)
committerBrad King <brad.king@kitware.com>2018-09-26 10:57:43 (GMT)
commit22282d69316eaf6e4a2b50af2ca7585a58f00d28 (patch)
tree4168849cddd7165ebf0dd1fec584e16c219ff553 /Tests
parent57b9a072cb7e943885a608e99188822b6064708a (diff)
downloadCMake-22282d69316eaf6e4a2b50af2ca7585a58f00d28.zip
CMake-22282d69316eaf6e4a2b50af2ca7585a58f00d28.tar.gz
CMake-22282d69316eaf6e4a2b50af2ca7585a58f00d28.tar.bz2
Tests: Add VSWinStore* test for VS 2017 ARM64
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index b325039..03f4c32 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -2168,6 +2168,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
add_test_VSWinStorePhone(vs15-store10_0-X86 "Visual Studio 15 2017" WindowsStore 10.0 Win32)
add_test_VSWinStorePhone(vs15-store10_0-ARM "Visual Studio 15 2017" WindowsStore 10.0 ARM)
add_test_VSWinStorePhone(vs15-store10_0-X64 "Visual Studio 15 2017" WindowsStore 10.0 x64)
+ add_test_VSWinStorePhone(vs15-store10_0-ARM64 "Visual Studio 15 2017" WindowsStore 10.0 ARM64)
endif()
if(vs14 AND ws10_0)
add_test_VSWinStorePhone(vs14-store10_0-X86 "Visual Studio 14 2015" WindowsStore 10.0 Win32)