mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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})
|