Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RunCMake: Expect empty output by default. | Stephen Kelly | 2014-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | Expect tests to specify stderr content if it is present. Fix the CMP0019 test, which has only been testing the WARN status until now. Specify in the CommandLine and FPHSA tests that content is at least one character. Set policies in the Language and CheckModules tests, which have empty test output, modulo unrelated policies on some platforms. | ||||
* | Tests/RunCMake: Add function to run a specified command-line | Brad King | 2014-01-20 | 1 | -0/+6 |
| | | | | | | | Add a 'run_cmake_command' function that can be used by tests to run a given command-line and check the results rather than always running a CMake configuration process. This can be used in the future to test 'cmake -E' for example. | ||||
* | Tests/RunCMake: Move documentation to a README.rst | Brad King | 2014-01-20 | 1 | -0/+51 |