8 lines
254 B
CMake
Raw Normal View History

2011-01-16 11:35:12 +01:00
# 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})