diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-17 23:19:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-18 01:37:25 +0200 |
| commit | bfb4b5794578dcb3023c6fc90c13f45e376e6a11 (patch) | |
| tree | 6fb8f8acececfb54dc3a419c09d9cefd80f01b12 /test/test.cc | |
| parent | d9ab996fa416ba27b69bb65f047a1a1aa4063f1b (diff) | |
Add new version of check_dcp().
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index 8f92024fc..9be0d4711 100644 --- a/test/test.cc +++ b/test/test.cc @@ -297,6 +297,14 @@ note (dcp::NoteType t, string n) } } + +void +check_dcp (boost::filesystem::path ref, shared_ptr<const Film> film) +{ + check_dcp (ref, film->dir(film->dcp_name())); +} + + void check_dcp (boost::filesystem::path ref, boost::filesystem::path check) { |
