summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use generalized RunCMake test infrastrucure for build_command testBrad King2012-03-121-10/+0
| | | | | | | 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.
* Use generalized RunCMake test infrastrucure for find_package testBrad King2012-03-121-1/+0
|
* find_package: Test error and warning messages in failure casesBrad King2012-02-281-0/+1
| | | | | | | | Add a "CMakeCommands.find_package" test to run CMake on a bunch of cases in which find_package fails. Check that the process return code and warning/error messages are as expected. Record expected test output in corresponding files for reference by the check. These files will also serve as a reference for the message text in each case.
* Add infrastructure for CMakeCommands testsBrad King2012-02-281-0/+10
Generalize the build_command test framework as a macro to add the test. Process the CMakeCommands subdirectory explicitly.