diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-23 00:22:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-23 00:22:20 +0000 |
| commit | b299c1873bf23414061d551843275c77a9256a05 (patch) | |
| tree | 3e17f87bf23c11db74c2939018cd5553255f940b /test/test.h | |
| parent | 015fe447cfe25babc55cf8ed282bb909e4713aa0 (diff) | |
| parent | 797c7543dc7fe5a9f9ddaf4c2035f9b9a7188758 (diff) | |
Merge master.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 1 |
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); |
