X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=dd007e8c9a15033e0db8112b4f3856bb5582c3e4;hb=38fd8d2d230a239079ffdf3e10a48833ade6e8c5;hp=e49dfc276fb58db43109bf27cb360354e28b734a;hpb=f75cc4ebbffea7a7953af20e8a2ea124767bf949;p=dcpomatic.git diff --git a/test/test.h b/test/test.h index e49dfc276..dd007e8c9 100644 --- a/test/test.h +++ b/test/test.h @@ -25,4 +25,5 @@ extern void wait_for_jobs (); extern boost::shared_ptr new_test_film (std::string); extern void check_dcp (std::string, std::string); 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);