summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help/dev: Add a CMake Testing GuideBrad King2024-06-051-1/+3
| | | | | | | Document how developers working on CMake itself may run the test suite locally. Fixes: #26001
* Tests/RunCMake: Document how to write multi-step test casesBrad King2024-05-231-0/+26
|
* Tests/RunCMake: Document commands/variables available to RunCMakeTest scriptsBrad King2024-05-231-8/+132
|
* Tests/RunCMake: Clarify documentation of platform-specific output matchingBrad King2024-05-231-5/+2
|
* Tests/RunCMake: Rename "sub-test" terminology to "case"Brad King2024-05-231-17/+17
| | | | We've long used the latter term in commit messages and comments.
* Tests/RunCMake: Organize README as multiple sectionsBrad King2024-05-231-1/+13
|
* Tests/RunCMake: Cross-reference README from main Tests/READMEBrad King2024-05-231-2/+14
|
* Tests/RunCMake: Add new infrastructure to run cpackBrad King2024-03-181-0/+10
| | | | | Create an alternative to the `Tests/RunCMake/CPack` infrastructure that more closely follows the rest of RunCMake's conventions.
* Tests/RunCMake: Add option to print custom details in failure outputBrad King2024-03-181-0/+2
|
* Tests/RunCMake: Add script to auto-generate RunCMake test suite stubKyle Edwards2023-03-071-0/+7
|
* 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