Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | presets: Improve JSON parser and error messages | Martin Duffy | 2023-03-29 | 8 | -8/+16 |
| | |||||
* | Tests: Isolate more RunCMake cases from external ctest environment values | Brad King | 2022-11-14 | 1 | -0/+4 |
| | | | | | | | Fix a few RunCMake cases that were running `ctest` without isolating it from external environment values that affect its behavior. Fixes: #24153 | ||||
* | CTest: Add support for outputJUnitFile in presets | Kyle Edwards | 2022-10-18 | 6 | -2/+34 |
| | | | | Fixes: #22400 | ||||
* | Tests: Add test for outputLogFile in CMakePresets.json | Kyle Edwards | 2022-10-18 | 3 | -1/+12 |
| | |||||
* | CMakePresets.json: Disallow extra properties in test output schema | Kyle Edwards | 2022-10-18 | 4 | -0/+21 |
| | | | | And add test for testOutputTruncation being unsupported. | ||||
* | ctest: add option for output truncation | Frank Winklmeier | 2022-03-08 | 1 | -1/+2 |
| | | | | | | | | | | Add `--test-output-truncation` to `ctest`. This option can be used to customize which part of the test output is being truncated. Currently supported values are `tail`, `middle` and `head`. Also add equivalent `CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variable. Fixes: #23206 | ||||
* | presets: bump version to v5 | Frank Winklmeier | 2022-03-08 | 1 | -1/+1 |
| | | | | Prepare for new test preset fields. | ||||
* | CMakePresets.json: Ensure configurePreset is reachable from current file | Kyle Edwards | 2022-02-02 | 5 | -0/+21 |
| | |||||
* | CMakePresets.json: Add the ability to conditionally disable presets | Kyle Edwards | 2021-03-22 | 9 | -0/+57 |
| | |||||
* | Tests: update tests to catch invalid configurePreset at read-time | Sam Freed | 2021-03-15 | 8 | -5/+25 |
| | |||||
* | Merge topic 'preset-flag-consistency' into release-3.20 | Brad King | 2021-02-24 | 1 | -2/+10 |
|\ | | | | | | | | | | | | | | | | | 6fa3647023 ctest: Add support for '--prefix=<prefix>' form of the argument 3357d37761 cmake: Add support for '--build --prefix=<prefix>' form of the argument 2f13fdef0a cmake: Document '--preset <preset>' form of the argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5849 | ||||
| * | ctest: Add support for '--prefix=<prefix>' form of the argument | Brad King | 2021-02-23 | 1 | -2/+10 |
| | | | | | | | | | | | | | | The main `cmake --preset` argument for configure presets supports both forms, so support it for `ctest --preset` too. Fixes: #21855 | ||||
* | | Tests: Remove comments from CMakePresetsTest/Good.json.in | Kyle Edwards | 2021-02-24 | 1 | -9/+0 |
|/ | |||||
* | Tests: Add test preset tests | Sam Freed | 2021-02-04 | 35 | -0/+463 |