Add some new check methods.
[dcpomatic.git] / test / test.h
index 863a015af0916e6076f190f996afbc51fa9bccb5..217b738f48d2144d81fba4f4dc589f7f745fd09f 100644 (file)
@@ -76,6 +76,8 @@ void check_one_frame (boost::filesystem::path dcp, int64_t index, boost::filesys
 extern boost::filesystem::path subtitle_file (std::shared_ptr<Film> film);
 extern void make_random_file (boost::filesystem::path path, size_t size);
 extern void make_and_verify_dcp (std::shared_ptr<Film> film, std::vector<dcp::VerificationNote::Code> ignore = {});
+extern void check_int_close (int a, int b, int d);
+extern void check_int_close (std::pair<int, int>, std::pair<int, int>, int d);
 
 
 class LogSwitcher