summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.cc1
-rw-r--r--test/wscript1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index 4466b74cb..cbf4b5d4d 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -162,6 +162,7 @@ check_dcp (boost::filesystem::path ref, boost::filesystem::path check)
options.max_audio_sample_error = 255;
options.cpl_annotation_texts_can_differ = true;
options.mxf_names_can_differ = true;
+ options.reel_hashes_can_differ = true;
BOOST_CHECK (ref_dcp.equals (check_dcp, options, boost::bind (note, _1, _2)));
}
diff --git a/test/wscript b/test/wscript
index 3345d9eb8..493836a7a 100644
--- a/test/wscript
+++ b/test/wscript
@@ -37,6 +37,7 @@ def build(bld):
film_metadata_test.cc
frame_rate_test.cc
image_test.cc
+ import_dcp_test.cc
isdcf_name_test.cc
job_test.cc
make_black_test.cc