| 579 | } |
| 580 | |
| 581 | void cmCTestMultiProcessHandler::JobServerReceivedToken() |
| 582 | { |
| 583 | assert(!this->JobServerQueuedTests.empty()); |
| 584 | int test = this->JobServerQueuedTests.front(); |
| 585 | this->JobServerQueuedTests.pop_front(); |
| 586 | this->StartTestProcess(test); |
| 587 | } |
| 588 | |
| 589 | void cmCTestMultiProcessHandler::StartNextTests() |
| 590 | { |
no test coverage detected