summaryrefslogtreecommitdiff
path: root/test/dcp_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dcp_test.cc')
-rw-r--r--test/dcp_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc
index b22202ea..dc24483e 100644
--- a/test/dcp_test.cc
+++ b/test/dcp_test.cc
@@ -227,6 +227,7 @@ test_rewriting_sound(string name, bool modify)
writer->finalize();
reel->add(make_shared<dcp::ReelSoundAsset>(sound, 0));
+ reel->add(simple_markers());
auto cpl = make_shared<dcp::CPL>("A Test DCP", dcp::TRAILER);
cpl->add (reel);