summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestHardwareAllocation
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Rename hardware -> resources for RunCMake testsCraig Scott2019-11-0566-855/+0
| | | Also includes variants like hw -> res
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-17/+17
|
* CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-054-5/+5
| | | | | | Only changes the user-visible effects of renaming hardware allocation to resource allocation. Code changes are the minimum needed to achieve that.
* CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-053-74/+77
| | | | | | | | | | | | The `PROCESSES` test property name added for CMake 3.16 is too close to the existing `PROCESSORS` test property. Furthermore, the property in principle specifies groups of resources organized in a way that is meaningful to a particular test. The groups may often correspond to processes but they could have other meanings. Since the property name `PROCESSES` has not been in a final 3.16 release yet, simply rename it to `RESOURCE_GROUPS`. Fixes: #19914
* Tests: Add test for CTest hardware allocation featureKyle Edwards2019-10-0223-26/+204
|
* Tests: Write tests for cthwalloc helper toolKyle Edwards2019-10-0244-0/+278
| | | | | This helper tool is sufficiently complex that it warrants having its own test suite.
* Tests: Write cthwalloc helper toolKyle Edwards2019-10-021-0/+396