summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* RunCMake: Automatically support platform out override filesRobert Maynard2019-06-211-0/+6
|
* Tests: Add RunCMake_TEST_FILTER environment variableKyle Edwards2018-12-131-0/+11
| | | | | | | This environment variable allows developers to locally run only a subset of RunCMake subtests in a single RunCMakeTest.cmake script. If the environment variable is not set, all of the tests in the script are run.
* Tests: Update RunCMake/README.rst to clarify meaning of -result.txtBrad King2017-09-141-2/+2
| | | | | | | The content of `-result.txt` files is a regex, but the documentation didn't make this clear. Suggested-by: Deniz Bahadir <dbahadir@benocs.com>
* Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck)Brad King2015-02-191-0/+10
| | | | | Provide the "run_ctest" macro for use in other tests that also want to cover running "ctest" scripts.
* RunCMake: Expect empty output by default.Stephen Kelly2014-12-311-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-lineBrad King2014-01-201-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.rstBrad King2014-01-201-0/+51