Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Clarify search order for resource spec file | Kyle Edwards | 2020-07-07 | 6 | -1/+26 |
| | | | | | | | | Clarify the order in which --resource-spec-file, RESOURCE_SPEC_FILE, and CTEST_RESOURCE_SPEC_FILE are searched, and add tests to enforce this. Fixes: #20914 | ||||
* | CTest: Log environment variables as a test measurement | Kyle Edwards | 2020-05-19 | 3 | -0/+19 |
| | |||||
* | IWYU: mark <cstddef> as needed | Ben Boeckel | 2020-04-29 | 1 | -1/+1 |
| | | | | Newer IWYU is not seeing them as needed for `size_t`. | ||||
* | CTest: Add CTEST_RESOURCE_SPEC_FILE variable | Kyle Edwards | 2020-04-02 | 10 | -16/+64 |
| | |||||
* | CTest: Provide more detailed information on resource allocation error | Kyle Edwards | 2020-02-24 | 3 | -3/+37 |
| | |||||
* | Merge topic 'ctest-resource-allocation-spec-message' | Craig Scott | 2019-12-29 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | b393b32b4b CTest: Improve error handling when reading resource spec file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4162 | ||||
| * | CTest: Improve error handling when reading resource spec file | Kyle Edwards | 2019-12-27 | 1 | -1/+2 |
| | | | | | | | | Fixes: #20079 | ||||
* | | Merge topic 'ctest-resource-fixes' | Brad King | 2019-11-26 | 9 | -2/+26 |
|\ \ | |/ | | | | | | | | | | | | | | | a033bafbe0 Help: Clarify how tests are run if no resource spec file is specified a64ba0235f CTest: Clarify that resource requirements can be split f9f294f5fa CTest: Add version field to resource spec file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4080 | ||||
| * | CTest: Clarify that resource requirements can be split | Kyle Edwards | 2019-11-25 | 8 | -2/+22 |
| | | | | | | | | | | | | | | Add a note to the documentation to clarify this, and add test cases to ensure it. Fixes: #19987 | ||||
| * | CTest: Add version field to resource spec file | Kyle Edwards | 2019-11-25 | 1 | -0/+4 |
| | | | | | | | | Fixes: #20007 | ||||
* | | replace remove and remove_directory with rm in tests | Johnny Jazeix | 2019-11-13 | 1 | -1/+1 |
|/ | |||||
* | CTest: Rename hardware -> resources for RunCMake tests | Craig Scott | 2019-11-05 | 66 | -0/+855 |
Also includes variants like hw -> res |