summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-09 11:13:02 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-09 11:13:02 +0100
commit5c1b079a28941781c9cfa46d57e0c20b55681b32 (patch)
tree35c0d2aac409ca1b52699e974f299a64aa5ffc1f /test/test.h
parent6425742f95a4c2e539061b29016a4a5bd10ac9ae (diff)
Basically-working interop subtitle font handling.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 4c941023..62a4c942 100644
--- a/test/test.h
+++ b/test/test.h
@@ -24,3 +24,4 @@ namespace xmlpp {
extern boost::filesystem::path private_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);