summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsGraphReadJSONTestPresets.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmJSONHelpers: Restructure cmJSONHelpersMartin Duffy2022-05-051-37/+29
| | | | Restructure cmJSONHelpers to prevent SunPro errors when passing context.
* cmCMakePresetsGraph: do not set default value for TestOutputTruncationFrank Winklmeier2022-04-121-7/+3
| | | | | | | The `TestOutputTruncation` is an optional preset. Do not set a default value to avoid failing the JSON schema version check. Closes issue #23411.
* ctest: add option for output truncationFrank Winklmeier2022-03-081-0/+39
| | | | | | | | | | 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
* Refactor: Split JSON processing into configure, build, and test presetsKyle Edwards2022-01-061-0/+360
Split up the file so that it won't be too big on some systems.