From 9af881d810d464a357c8bac5eb4423aa970fffb6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 18 Oct 2016 13:31:16 -0400 Subject: [PATCH] Tests: Add VSNsightTegra test for VS 2015 --- Tests/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 31ed2eb21..7df9403e2 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2166,6 +2166,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release if(vs12) add_test_VSNsightTegra(vs12 "Visual Studio 12 2013") endif() + if(vs14) + add_test_VSNsightTegra(vs14 "Visual Studio 14 2015") + endif() endif() if (APPLE)