X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=c9e477e02b53fffbce03b3f5fe2d7e0522bb3d11;hb=c9244dd9978a462cf9ddaf6691edd98312a790cd;hp=5c37f82d8e2987583b3944247bfb1bd9bb7b3060;hpb=0b1f3a5dc3069726e61670b1aa35e62ba96ed198;p=dcpomatic.git diff --git a/test/test.h b/test/test.h index 5c37f82d8..c9e477e02 100644 --- a/test/test.h +++ b/test/test.h @@ -20,8 +20,16 @@ #include class Film; +class Image; + +extern boost::filesystem::path private_data; 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_dcp (boost::filesystem::path, boost::filesystem::path); +extern void check_file (boost::filesystem::path ref, boost::filesystem::path check); +extern void check_audio_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);