summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-23 00:16:13 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-23 00:16:13 +0000
commit5138e2b72f5b8a17588ca717f40c00a747bc6928 (patch)
tree49fb11c5c9b45000a2930a182d7fd8be9a540a4a /test/test.h
parent8c95be068518c96f7d31b44e106297de446c163f (diff)
Add test for recovery-after-crash in 3D.
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 e49dfc276..dd007e8c9 100644
--- a/test/test.h
+++ b/test/test.h
@@ -25,4 +25,5 @@ extern void wait_for_jobs ();
extern boost::shared_ptr<Film> new_test_film (std::string);
extern void check_dcp (std::string, std::string);
extern void check_xml (boost::filesystem::path, boost::filesystem::path, std::list<std::string>);
+extern void check_file (boost::filesystem::path, boost::filesystem::path);
extern boost::filesystem::path test_film_dir (std::string);