X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=a42b41577917aa946c39f4aa6467a632ea449cba;hb=85c65bd422742813992686c17a5e1b718cc3c449;hp=b6347a5cad354f338b5c2a23ca67ccd8b46e4340;hpb=8353a009aae1a604251c0160193c39741c2fa27c;p=dcpomatic.git 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 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); +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 image, boost::filesystem::path file);