diff options
Diffstat (limited to 'Source/cmTestGenerator.h')
-rw-r--r-- | Source/cmTestGenerator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmTestGenerator.h b/Source/cmTestGenerator.h index 021be39..6f09b41 100644 --- a/Source/cmTestGenerator.h +++ b/Source/cmTestGenerator.h @@ -36,6 +36,10 @@ public: protected: virtual void GenerateScriptConfigs(std::ostream& os, Indent const& indent); virtual void GenerateScriptActions(std::ostream& os, Indent const& indent); + virtual void GenerateScriptForConfig(std::ostream& os, + const char* config, + Indent const& indent); + void GenerateOldStyle(std::ostream& os, Indent const& indent); cmTest* Test; bool TestGenerated; |