diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index cff4960..25b025c 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -291,6 +291,7 @@ private: }; typedef std::vector<cmCTestTestResult> tm_TestResultsVector; + //! Map of configuration properties typedef std::map<std::string, std::string> tm_DartConfigurationMap; typedef std::map<std::string, cmCTestCoverage> tm_CoverageMap; |