diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/plugins/xml/XmlParserTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index 3660c35..7ca191e 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -68,7 +68,9 @@ TEST(XmlParser, generic) XmlStandaloneEnvironment env(logger); env.project->parse("generic.oxm", "", "", RttiSet{&RttiTypes::Document}, logger); +#ifdef MANAGER_GRAPHVIZ_EXPORT env.manager.exportGraphviz("xmlDocument.dot"); +#endif } } |