mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
Use separate `CMake_TEST_CONTRACT_<project>` variables for each test. Make the set of possible tests match what is in the source tree.
4 lines
154 B
CMake
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})
|