summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/build_command/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-0/+8
| | | | Add policy CMP0061 to maintain compatibility for existing projects.
* build_command: Fail early without CMAKE_MAKE_PROGRAM (#14005)Brad King2013-03-121-0/+4
| | | | | | If CMAKE_MAKE_PROGRAM is not set fail with an error message instead of crashing. Suggest calling project() or enable_language() first to ensure that CMAKE_MAKE_PROGRAM is set.
* Use generalized RunCMake test infrastrucure for build_command testBrad King2012-03-121-0/+4
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.