X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Ftest.h;h=33807bee8e56d62d8087a69dabaf6eecaff79e75;hp=bb70cd8124f95cb53a46c6de123a103c5df1ab4c;hb=1f95e564b1faec3c12869896101e1188d672a2d6;hpb=a5f9f8163ecb38a140cf623e141bea1d96866fe5 diff --git a/test/test.h b/test/test.h index bb70cd812..33807bee8 100644 --- a/test/test.h +++ b/test/test.h @@ -27,6 +27,7 @@ extern boost::filesystem::path private_data; extern bool wait_for_jobs (); extern boost::shared_ptr new_test_film (std::string); +extern boost::shared_ptr new_test_film2 (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_wav_file (boost::filesystem::path ref, boost::filesystem::path check);