summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 17:25:04 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-21 17:25:04 +0200
commit48b82de5b6e8e07330a2f72dbddd8d9830fe047e (patch)
tree9eab5b143bd389cfa7cd02028a16964abf0baaf9 /test/test.h
parent6dc179f7d08477ecc7bac1257b47dda048a1b878 (diff)
Copy with progress updates when we might copy long files (#1574).
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);