summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/build_command/ErrorsON-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactor RunCMake.build_command test to allow more casesBrad King2013-03-121-3/+12
| | | | | | Move the ErrorsOFF/ON common logic from CMakeLists.txt into an ErrorsCommon file to allow other test cases to be added that do not use the Errors test logic.
* Use generalized RunCMake test infrastrucure for build_command testBrad King2012-03-121-0/+12
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.