From 552801556f8537bcdeee2cc93e347a35a0847f7f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 2 Jan 2017 02:06:39 +0100 Subject: test: Add new test case for entities --- test/entities.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 test/entities.test (limited to 'test/entities.test') diff --git a/test/entities.test b/test/entities.test new file mode 100755 index 0000000..b87e4c7 --- /dev/null +++ b/test/entities.test @@ -0,0 +1,12 @@ +## -*- sh -*- + +set -e + +DATASRC=$top_srcdir/test/data +TESTFILE=entities.plist +DATAIN0=$DATASRC/$TESTFILE +DATAOUT0=$top_builddir/test/data/$TESTFILE.bin + +$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0 + +$top_builddir/test/plist_cmp $DATAIN0 $DATAOUT0 -- cgit v1.1-32-gdbae