summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-24 21:10:13 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-24 21:10:13 +0100
commit466216662900d6362f8fa60ed67b778f60413968 (patch)
treef5176d81547061f81830a02e10660ee6ed9d9758 /test/test.h
parentc2ad65492410eb40de5fea037a39c7a1a0693a43 (diff)
Fix 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 57ea32c57..c9e477e02 100644
--- a/test/test.h
+++ b/test/test.h
@@ -28,6 +28,7 @@ extern void wait_for_jobs ();
extern boost::shared_ptr<Film> new_test_film (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_audio_file (boost::filesystem::path ref, boost::filesystem::path check);
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);