diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-30 08:46:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-30 08:46:00 +0000 |
| commit | 69752192994292e90a2dc347416fc5a1aeca9468 (patch) | |
| tree | 964600b9bd9cf767e614441879c10d965ac86858 | |
| parent | 0cbdfdd6c0ef9a1b72070ee741be76332491392a (diff) | |
Test debugging.
| -rw-r--r-- | test/ffmpeg_dcp_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ffmpeg_dcp_test.cc b/test/ffmpeg_dcp_test.cc index d5a766d6a..4bd1e6e2f 100644 --- a/test/ffmpeg_dcp_test.cc +++ b/test/ffmpeg_dcp_test.cc @@ -61,6 +61,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_have_dcp_test) { boost::filesystem::path p = test_film_dir ("ffmpeg_dcp_test"); shared_ptr<Film> film (new Film (p)); + std::cout << "reading ffmpeg_dcp_test; cwd " << boost::filesystem::current_path() << " will look for " << film->directory().get_value_or("") << "\n"; film->read_metadata (); BOOST_CHECK (!film->cpls().empty()); |
