summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testCTestBinPacker.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-1/+1
|
* IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
| | | | Newer IWYU is not seeing them as needed for `size_t`.
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-9/+9
|
* CTest: Add bin-packing algorithmKyle Edwards2019-10-021-0/+300
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.