X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Ftest.h;h=c9e477e02b53fffbce03b3f5fe2d7e0522bb3d11;hp=a42b41577917aa946c39f4aa6467a632ea449cba;hb=bee98cdc1ddc5f87749de3bbf2ae5e4b2ef498c3;hpb=1629bd7df2150156109afbc7a16677cb29e82adf diff --git a/test/test.h b/test/test.h index a42b41577..c9e477e02 100644 --- a/test/test.h +++ b/test/test.h @@ -22,10 +22,13 @@ 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 (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);