summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-23 00:22:20 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-23 00:22:20 +0000
commitb299c1873bf23414061d551843275c77a9256a05 (patch)
tree3e17f87bf23c11db74c2939018cd5553255f940b /test/test.h
parent015fe447cfe25babc55cf8ed282bb909e4713aa0 (diff)
parent797c7543dc7fe5a9f9ddaf4c2035f9b9a7188758 (diff)
Merge master.
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 b6347a5ca..a42b41577 100644
--- a/test/test.h
+++ b/test/test.h
@@ -27,5 +27,6 @@ extern boost::shared_ptr<Film> new_test_film (std::string);
extern void check_dcp (boost::filesystem::path, boost::filesystem::path);
extern void check_file (boost::filesystem::path ref, boost::filesystem::path check);
extern void check_xml (boost::filesystem::path, boost::filesystem::path, std::list<std::string>);
+extern void check_file (boost::filesystem::path, boost::filesystem::path);
extern boost::filesystem::path test_film_dir (std::string);
extern void write_image (boost::shared_ptr<const Image> image, boost::filesystem::path file);