summaryrefslogtreecommitdiffstats
path: root/test/hex.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/hex.test')
-rwxr-xr-xtest/hex.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/hex.test b/test/hex.test
new file mode 100755
index 0000000..99b88bc
--- /dev/null
+++ b/test/hex.test
@@ -0,0 +1,12 @@
+## -*- sh -*-
+
+set -e
+
+DATASRC=$top_srcdir/test/data
+TESTFILE=hex.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