diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-06-02 17:39:25 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-06-02 17:39:25 (GMT) |
commit | 92fcca4fb85ae70800e562f32e88ef799add6a40 (patch) | |
tree | c75f3653c854d3cb178dd4bd3ee433522806828c /Source/cmCTest.h | |
parent | 830e1ac1d9044790751370b985c80c9ec3be4b1c (diff) | |
download | CMake-92fcca4fb85ae70800e562f32e88ef799add6a40.zip CMake-92fcca4fb85ae70800e562f32e88ef799add6a40.tar.gz CMake-92fcca4fb85ae70800e562f32e88ef799add6a40.tar.bz2 |
ENH: Implement scp submission
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; |