X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=dd007e8c9a15033e0db8112b4f3856bb5582c3e4;hb=0596eebfacc9a35090bccd6807d7fcf56d67e94a;hp=5c37f82d8e2987583b3944247bfb1bd9bb7b3060;hpb=373f010a7f04add1f49169cbaa60cb7ae5f508d4;p=dcpomatic.git diff --git a/test/test.h b/test/test.h index 5c37f82d8..dd007e8c9 100644 --- a/test/test.h +++ b/test/test.h @@ -24,4 +24,6 @@ class Film; 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);