diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-30 13:22:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-30 13:22:11 +0100 |
| commit | dd879e5254c1e005e60ccd135a37f70cb2fe3a75 (patch) | |
| tree | 505edd6a2aaf6261c8cb5c2d17fc3644c74e9dfa /test/test.h | |
| parent | eea4471bb8c681b9130d4c5049f386b240a3ac3a (diff) | |
Check content_test1 output.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 40163d8ff..94b15a199 100644 --- a/test/test.h +++ b/test/test.h @@ -30,6 +30,7 @@ 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_wav_file (boost::filesystem::path ref, boost::filesystem::path check); +extern void check_mxf_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 void check_image (boost::filesystem::path, boost::filesystem::path); |
