summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestResourceAllocation
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify search order for resource spec fileKyle Edwards2020-07-076-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 measurementKyle Edwards2020-05-193-0/+19
|
* IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
| | | | Newer IWYU is not seeing them as needed for `size_t`.
* CTest: Add CTEST_RESOURCE_SPEC_FILE variableKyle Edwards2020-04-0210-16/+64
|
* CTest: Provide more detailed information on resource allocation errorKyle Edwards2020-02-243-3/+37
|
* Merge topic 'ctest-resource-allocation-spec-message'Craig Scott2019-12-291-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 fileKyle Edwards2019-12-271-1/+2
| | | | | | | | Fixes: #20079
* | Merge topic 'ctest-resource-fixes'Brad King2019-11-269-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 splitKyle Edwards2019-11-258-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 fileKyle Edwards2019-11-251-0/+4
| | | | | | | | Fixes: #20007
* | replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-131-1/+1
|/
* CTest: Rename hardware -> resources for RunCMake testsCraig Scott2019-11-0566-0/+855
Also includes variants like hw -> res