From e4ed001fff70bd10b94e61bf36cdffd1a679286d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 May 2016 15:08:21 +0100 Subject: Basic writing of DCPs containing Atmos MXFs; untested. --- run/tests | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'run') diff --git a/run/tests b/run/tests index ca4df7c6..dc1382ce 100755 --- a/run/tests +++ b/run/tests @@ -51,6 +51,13 @@ if [ "$?" != "0" ]; then exit 1 fi +# Check the DCP written by dcp_test5 +diff -ur test/ref/DCP/dcp_test5 $work/DCP/dcp_test5 +if [ "$?" != "0" ]; then + echo "FAIL: files differ" + exit 1 +fi + # Check the DCP written by encryption_test diff -ur test/ref/DCP/encryption_test $work/DCP/encryption_test if [ "$?" != "0" ]; then -- cgit v1.2.3