diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-09-21 19:08:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-09-21 19:08:13 (GMT) |
commit | 942ace83935fdb3272e026f21c56a6682b78d6de (patch) | |
tree | 19017daa031ea3432cf654a2819e0ac59a30e6bf /Tests/Contracts | |
parent | fd343a1a36c4f6ff62f67acfc5506fb2592858b3 (diff) | |
download | CMake-942ace83935fdb3272e026f21c56a6682b78d6de.zip CMake-942ace83935fdb3272e026f21c56a6682b78d6de.tar.gz CMake-942ace83935fdb3272e026f21c56a6682b78d6de.tar.bz2 |
Fix contract test so it is not hard coded to the vtk542 test.
Diffstat (limited to 'Tests/Contracts')
-rw-r--r-- | Tests/Contracts/vtk542/RunTest.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Contracts/vtk542/RunTest.cmake b/Tests/Contracts/vtk542/RunTest.cmake new file mode 100644 index 0000000..4f48e5c --- /dev/null +++ b/Tests/Contracts/vtk542/RunTest.cmake @@ -0,0 +1 @@ +SET(vtk542_RUN_TEST VTK-build/bin/CommonCxxTests otherArrays) |