summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 21df1ab5..69ed85be 100644
--- a/test/test.h
+++ b/test/test.h
@@ -24,6 +24,8 @@ namespace xmlpp {
}
extern boost::filesystem::path private_test;
+extern boost::filesystem::path xsd_test;
+
extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::list<std::string> ignore);
extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore);
extern void check_file (boost::filesystem::path ref, boost::filesystem::path check);