Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help/dev: Add a CMake Testing Guide | Brad King | 2024-06-05 | 1 | -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 cases | Brad King | 2024-05-23 | 1 | -0/+26 |
| | |||||
* | Tests/RunCMake: Document commands/variables available to RunCMakeTest scripts | Brad King | 2024-05-23 | 1 | -8/+132 |
| | |||||
* | Tests/RunCMake: Clarify documentation of platform-specific output matching | Brad King | 2024-05-23 | 1 | -5/+2 |
| | |||||
* | Tests/RunCMake: Rename "sub-test" terminology to "case" | Brad King | 2024-05-23 | 1 | -17/+17 |
| | | | | We've long used the latter term in commit messages and comments. | ||||
* | Tests/RunCMake: Organize README as multiple sections | Brad King | 2024-05-23 | 1 | -1/+13 |
| | |||||
* | Tests/RunCMake: Cross-reference README from main Tests/README | Brad King | 2024-05-23 | 1 | -2/+14 |
| | |||||
* | Tests/RunCMake: Add new infrastructure to run cpack | Brad King | 2024-03-18 | 1 | -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 output | Brad King | 2024-03-18 | 1 | -0/+2 |
| | |||||
* | Tests/RunCMake: Add script to auto-generate RunCMake test suite stub | Kyle Edwards | 2023-03-07 | 1 | -0/+7 |
| | |||||
* | RunCMake: Automatically support platform out override files | Robert Maynard | 2019-06-21 | 1 | -0/+6 |
| | |||||
* | Tests: Add RunCMake_TEST_FILTER environment variable | Kyle Edwards | 2018-12-13 | 1 | -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.txt | Brad King | 2017-09-14 | 1 | -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 King | 2015-02-19 | 1 | -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 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 |