summaryrefslogtreecommitdiff
path: root/test/recovery_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-14 23:54:53 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-14 23:54:53 +0000
commita2374eb06a0f6d391d1d5ae04f50ce5e8076173a (patch)
treea3b83b31e739e7b5312a3a99e9a1c1446ff29bbb /test/recovery_test.cc
parent38ff2954f40131a12aa8a037b9fc6c4abd3894b9 (diff)
Use out-of-tree asdcplib-cth
Diffstat (limited to 'test/recovery_test.cc')
-rw-r--r--test/recovery_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recovery_test.cc b/test/recovery_test.cc
index cd7d3d92..85b0d0f9 100644
--- a/test/recovery_test.cc
+++ b/test/recovery_test.cc
@@ -29,7 +29,7 @@ using boost::shared_ptr;
/** Check that recovery from a partially-written MXF works */
BOOST_AUTO_TEST_CASE (recovery)
{
- Kumu::libdcp_test = true;
+ Kumu::cth_test = true;
string const picture = "test/data/32x32_red_square.j2c";
int const size = boost::filesystem::file_size (picture);