summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-08-26 20:47:16 +0100
committerCarl Hetherington <cth@carlh.net>2017-08-26 20:47:16 +0100
commit1f95e564b1faec3c12869896101e1188d672a2d6 (patch)
treee66792bcfd8fd8cfdd1d6f8668ffdbe9ffe46b83 /test/test.h
parenta5f9f8163ecb38a140cf623e141bea1d96866fe5 (diff)
Add new_test_film2; disable auto audio analysis during tests.
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 bb70cd812..33807bee8 100644
--- a/test/test.h
+++ b/test/test.h
@@ -27,6 +27,7 @@ extern boost::filesystem::path private_data;
extern bool wait_for_jobs ();
extern boost::shared_ptr<Film> new_test_film (std::string);
+extern boost::shared_ptr<Film> new_test_film2 (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_wav_file (boost::filesystem::path ref, boost::filesystem::path check);