Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use generalized RunCMake test infrastrucure for find_package test | Brad King | 2012-03-12 | 1 | -2/+0 |
| | |||||
* | find_package: Test that REQUIRED aborts processing correctly | Brad King | 2012-03-07 | 1 | -0/+1 |
| | | | | | Verify that the command produces a FATAL_ERROR if and only if the missing package is REQUIRED. | ||||
* | find_package: Test error and warning messages in failure cases | Brad King | 2012-02-28 | 1 | -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. |