summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBinPacker.h
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-5/+5
|
* CTest: Add bin-packing algorithmKyle Edwards2019-10-021-0/+31
This algorithm is used to determine whether or not a test can execute with the available resources. It uses a recursive largest- first algorithm to try to place the tests into their respective slots.