X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=57ea32c5792d6a59e8000b4ffe9f327f0d60e89c;hb=c86ed0c80b762d31eb68386662a7c37ae4e21b6b;hp=e49dfc276fb58db43109bf27cb360354e28b734a;hpb=f8678dcae5f90eb946ad6e51d9a62e0c02bc63e3;p=dcpomatic.git diff --git a/test/test.h b/test/test.h index e49dfc276..57ea32c57 100644 --- a/test/test.h +++ b/test/test.h @@ -20,9 +20,15 @@ #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_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);