diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2013-12-02 20:44:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-12-05 14:26:00 (GMT) |
commit | 1b173f25b44af406020c6bc440342632e2bbb1d3 (patch) | |
tree | 05da208ca236de9df560fa99aec17bce674fdd86 /Tests/Contracts/VTK/RunTest.cmake | |
parent | f282a0bf83acd3e997b55967524fbd487bb6c881 (diff) | |
download | CMake-1b173f25b44af406020c6bc440342632e2bbb1d3.zip CMake-1b173f25b44af406020c6bc440342632e2bbb1d3.tar.gz CMake-1b173f25b44af406020c6bc440342632e2bbb1d3.tar.bz2 |
Tests/Contracts: Update test for VTK release branch
The plan is to reinstate the VTK contracts test so that CMake
& VTK devs will both be made aware when a change in CMake causes
build problems for VTK.
Diffstat (limited to 'Tests/Contracts/VTK/RunTest.cmake')
-rw-r--r-- | Tests/Contracts/VTK/RunTest.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Contracts/VTK/RunTest.cmake b/Tests/Contracts/VTK/RunTest.cmake new file mode 100644 index 0000000..65285cf --- /dev/null +++ b/Tests/Contracts/VTK/RunTest.cmake @@ -0,0 +1,3 @@ +set(exe "$ENV{HOME}/.cmake/Contracts/VTK/VTK-build/bin/vtkCommonCoreCxxTests") +set(args otherArrays) +set(VTK_RUN_TEST ${exe} ${args}) |