diff options
Diffstat (limited to 'Source/CTest/cmCTestMultiProcessHandler.h')
-rw-r--r-- | Source/CTest/cmCTestMultiProcessHandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestMultiProcessHandler.h b/Source/CTest/cmCTestMultiProcessHandler.h index 9c63be7..5d0ae46 100644 --- a/Source/CTest/cmCTestMultiProcessHandler.h +++ b/Source/CTest/cmCTestMultiProcessHandler.h @@ -80,6 +80,7 @@ protected: //Check if we need to resume an interrupted test set void CheckResume(); int FindMaxIndex(); + inline size_t GetProcessorsUsed(int index); // map from test number to set of depend tests TestMap Tests; TestMap ExpensiveTests; @@ -87,6 +88,7 @@ protected: size_t Total; //Number of tests that are complete size_t Completed; + size_t RunningCount; //list of test properties (indices concurrent to the test map) PropertiesMap Properties; std::map<int, bool> TestRunningMap; |