summaryrefslogtreecommitdiffstats
path: root/Tests/Contracts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-30 14:48:05 (GMT)
committerBrad King <brad.king@kitware.com>2017-11-03 15:35:06 (GMT)
commit4c626b7e43c27de0dce4b8af15290cce861f9dc8 (patch)
tree2ec44c82054e867c97afb8eb4de717806b8a0a6c /Tests/Contracts
parent4bd5af6302f0b7bafecf9ca7919287fe4d3f09e0 (diff)
downloadCMake-4c626b7e43c27de0dce4b8af15290cce861f9dc8.zip
CMake-4c626b7e43c27de0dce4b8af15290cce861f9dc8.tar.gz
CMake-4c626b7e43c27de0dce4b8af15290cce861f9dc8.tar.bz2
Tests: Refactor contract test activation
Use separate `CMake_TEST_CONTRACT_<project>` variables for each test. Make the set of possible tests match what is in the source tree.
Diffstat (limited to 'Tests/Contracts')
-rw-r--r--Tests/Contracts/Trilinos/Configure.cmake (renamed from Tests/Contracts/Trilinos/RunTest.cmake)2
-rw-r--r--Tests/Contracts/VTK/Configure.cmake (renamed from Tests/Contracts/VTK/RunTest.cmake)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Contracts/Trilinos/RunTest.cmake b/Tests/Contracts/Trilinos/Configure.cmake
index d661a4c..d62eb79 100644
--- a/Tests/Contracts/Trilinos/RunTest.cmake
+++ b/Tests/Contracts/Trilinos/Configure.cmake
@@ -4,4 +4,4 @@ set(dir "${CMAKE_CURRENT_BINARY_DIR}/Contracts/${project}")
set(exe "${CMAKE_COMMAND}")
set(args -P "${dir}/ValidateBuild.cmake")
-set(Trilinos_RUN_TEST ${exe} ${args})
+set(CMake_TEST_CONTRACT_Trilinos_RUN_TEST ${exe} ${args})
diff --git a/Tests/Contracts/VTK/RunTest.cmake b/Tests/Contracts/VTK/Configure.cmake
index 65285cf..037d75a 100644
--- a/Tests/Contracts/VTK/RunTest.cmake
+++ b/Tests/Contracts/VTK/Configure.cmake
@@ -1,3 +1,3 @@
set(exe "$ENV{HOME}/.cmake/Contracts/VTK/VTK-build/bin/vtkCommonCoreCxxTests")
set(args otherArrays)
-set(VTK_RUN_TEST ${exe} ${args})
+set(CMake_TEST_CONTRACT_VTK_RUN_TEST ${exe} ${args})