Files
CMake/Tests/Contracts/VTK/Configure.cmake
Brad King 4c626b7e43 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.
2017-11-03 11:35:06 -04:00

4 lines
154 B
CMake

set(exe "$ENV{HOME}/.cmake/Contracts/VTK/VTK-build/bin/vtkCommonCoreCxxTests")
set(args otherArrays)
set(CMake_TEST_CONTRACT_VTK_RUN_TEST ${exe} ${args})