summaryrefslogtreecommitdiff
path: root/tools/slang-cpp-extractor/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/slang-cpp-extractor/options.h')
-rw-r--r--tools/slang-cpp-extractor/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/slang-cpp-extractor/options.h b/tools/slang-cpp-extractor/options.h
index ff88a3974..14ef9ecfc 100644
--- a/tools/slang-cpp-extractor/options.h
+++ b/tools/slang-cpp-extractor/options.h
@@ -24,6 +24,7 @@ struct Options
bool m_defs = false; ///< If set will output a '-defs.h' file for each of the input files, that corresponds to previous defs files (although doesn't have fields/RAW)
bool m_dump = false; ///< If true will dump to stderr the types/fields and hierarchy it extracted
+ bool m_runUnitTests = false; ///< If true will run internal unit tests
bool m_outputFields = false; ///< When dumping macros also dump field definitions