X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=c586b1ac00363886e5429b9c437315f4b3bdd854;hb=a7fa6e05bf01b7739556b1310db90326bf4b7cbc;hp=01ddb19874e525ced470ae9c029a1af8261d528c;hpb=a4c510f8e3730d918c5ba54b1b4aaf307d748e0f;p=dcpomatic.git diff --git a/test/test.h b/test/test.h index 01ddb1987..c586b1ac0 100644 --- a/test/test.h +++ b/test/test.h @@ -59,7 +59,7 @@ private: extern bool wait_for_jobs (); extern std::shared_ptr new_test_film (std::string); extern std::shared_ptr new_test_film2 (std::string, std::vector> content = {}, Cleanup* cleanup = nullptr); -extern void check_dcp (boost::filesystem::path, boost::filesystem::path); +extern void check_dcp(boost::filesystem::path, boost::filesystem::path, bool sound_can_differ = false); extern void check_dcp (boost::filesystem::path, std::shared_ptr); extern void check_file (boost::filesystem::path ref, boost::filesystem::path check); extern void check_text_file (boost::filesystem::path ref, boost::filesystem::path check);