summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 18:42:03 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-21 18:42:03 +0200
commitf37e6b5a0f320d4352b87b97f78afae762512b93 (patch)
tree354a5a8b3882f69fa3de3fed175b30576c58bf6b /test/test.h
parent231644e75f537342c3442c03a3cd5ef34bfa25ec (diff)
parentdfd42d2a546d14c32057a34002543877ea2f99cb (diff)
Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.xv2.15.25
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 4020dc772..86b13cde5 100644
--- a/test/test.h
+++ b/test/test.h
@@ -42,3 +42,4 @@ extern void write_image (boost::shared_ptr<const Image> image, boost::filesystem
boost::filesystem::path dcp_file (boost::shared_ptr<const Film> film, std::string prefix);
void check_one_frame (boost::filesystem::path dcp, int64_t index, boost::filesystem::path ref);
extern boost::filesystem::path subtitle_file (boost::shared_ptr<Film> film);
+extern void make_random_file (boost::filesystem::path path, size_t size);