summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-14 15:57:44 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-14 15:57:44 +0200
commit25670e8b03331d710b355ce6b15e2e7ecf1a354e (patch)
treee33d8e44000b3dd361470f71ee06eb3762e985b0
parentbc15431f597e7dc6ce0e2046084b770adf1b7cb4 (diff)
Enable some logging in a test.
-rw-r--r--test/threed_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/threed_test.cc b/test/threed_test.cc
index f0ee13c9a..bf6ad2180 100644
--- a/test/threed_test.cc
+++ b/test/threed_test.cc
@@ -33,6 +33,7 @@
#include "lib/job_manager.h"
#include "lib/cross.h"
#include "lib/job.h"
+#include "lib/dcpomatic_log.h"
#include <boost/test/unit_test.hpp>
#include <iostream>
@@ -133,6 +134,7 @@ BOOST_AUTO_TEST_CASE (threed_test5)
Config::instance()->set_master_encoding_threads (8);
shared_ptr<Film> film = new_test_film2 ("threed_test5");
+ dcpomatic_log = film->log();
shared_ptr<FFmpegContent> L (new FFmpegContent(private_data / "boon_telly.mkv"));
film->examine_and_add_content (L);
shared_ptr<FFmpegContent> R (new FFmpegContent(private_data / "boon_telly.mkv"));