summaryrefslogtreecommitdiff
path: root/Tests/Contracts/Trilinos-10-6/RunTest.cmake
blob: 30124d8e945f2f50cf371eafceef0661314df501 (plain)
1
2
3
4
5
6
7
# ValidateBuild.cmake is configured into this location when the test is built:
set(dir "${CMAKE_CURRENT_BINARY_DIR}/Contracts/${project}")

set(exe "${CMAKE_COMMAND}")
set(args -P "${dir}/ValidateBuild.cmake")

set(Trilinos-10-6_RUN_TEST ${exe} ${args})