summaryrefslogtreecommitdiffstats
path: root/Help/prop_test/RESOURCE_GROUPS.rst
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Clarify that resource requirements can be splitKyle Edwards2019-11-251-0/+16
| | | | | | | Add a note to the documentation to clarify this, and add test cases to ensure it. Fixes: #19987
* CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-051-4/+4
| | | | | | 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-051-0/+54
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