Skip to content
  • Kyle Edwards's avatar
    CTest: Add bin-packing algorithm · aee09648
    Kyle Edwards authored and Brad King's avatar Brad King committed
    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.
    aee09648