CMake/Tests/RunCMake/build_command/RunCMakeTest.cmake
Brad King 55b2aa884c Use generalized RunCMake test infrastrucure for build_command test
The CMakeCommands.build_command test performs output/error checking
so move it over to RunCMake to re-use the generalized infrastrucure.
This is the only test left using Tests/CMakeCommands/CMakeLists.txt
so remove it.
2012-03-12 09:33:21 -04:00

5 lines
60 B
CMake

include(RunCMake)
run_cmake(ErrorsOFF)
run_cmake(ErrorsON)