summaryrefslogtreecommitdiff
path: root/Source/cmTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTest.h')
-rw-r--r--Source/cmTest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmTest.h b/Source/cmTest.h
index 506b27622e..ac1087f921 100644
--- a/Source/cmTest.h
+++ b/Source/cmTest.h
@@ -52,6 +52,10 @@ public:
void SetProperty(const char *prop, const char *value);
const char *GetProperty(const char *prop) const;
bool GetPropertyAsBool(const char *prop) const;
+ const std::map<cmStdString,cmStdString>& GetProperties() const
+ {
+ return m_Properties;
+ }
private:
std::map<cmStdString,cmStdString> m_Properties;