X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=c9e477e02b53fffbce03b3f5fe2d7e0522bb3d11;hb=5f2a57d1c21c3e8067dfd1f68505b1bf96e1d7c7;hp=57ea32c5792d6a59e8000b4ffe9f327f0d60e89c;hpb=04533b9cf34ce8089113015715083ee9c5b2b001;p=dcpomatic.git diff --git a/test/test.h b/test/test.h index 57ea32c57..c9e477e02 100644 --- a/test/test.h +++ b/test/test.h @@ -28,6 +28,7 @@ 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);