summaryrefslogtreecommitdiffstats
path: root/Source/ctest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ctest.h')
-rw-r--r--Source/ctest.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/ctest.h b/Source/ctest.h
index 50ae0bc..9664c62 100644
--- a/Source/ctest.h
+++ b/Source/ctest.h
@@ -38,9 +38,10 @@ public:
* constructor
*/
ctest() {
- m_UseIncludeRegExp = false;
- m_UseExcludeRegExp = false;
+ m_UseIncludeRegExp = false;
+ m_UseExcludeRegExp = false;
m_UseExcludeRegExpFirst = false;
+ m_Verbose = false;
}
bool m_UseIncludeRegExp;
@@ -51,6 +52,7 @@ public:
std::string m_ExcludeRegExp;
std::string m_ConfigType;
+ bool m_Verbose;
private:
};