summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/malformed_dict.test11
-rwxr-xr-xtest/order.test13
-rwxr-xr-xtest/recursion.test11
3 files changed, 35 insertions, 0 deletions
diff --git a/test/malformed_dict.test b/test/malformed_dict.test
new file mode 100755
index 0000000..f45ae7e
--- /dev/null
+++ b/test/malformed_dict.test
@@ -0,0 +1,11 @@
1## -*- sh -*-
2
3set -e
4
5DATASRC=$top_srcdir/test/data
6TESTFILE=malformed_dict.bplist
7DATAIN0=$DATASRC/$TESTFILE
8DATAOUT0=$top_builddir/test/data/$TESTFILE.out
9
10$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
11
diff --git a/test/order.test b/test/order.test
new file mode 100755
index 0000000..f8a7702
--- /dev/null
+++ b/test/order.test
@@ -0,0 +1,13 @@
1## -*- sh -*-
2
3set -e
4
5DATASRC=$top_srcdir/test/data
6TESTFILE=order.bplist
7DATAIN0=$DATASRC/$TESTFILE
8DATAIN1=$DATASRC/order.plist
9DATAOUT0=$top_builddir/test/data/$TESTFILE.out
10
11$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
12
13$top_builddir/test/plist_cmp $DATAIN1 $DATAOUT0
diff --git a/test/recursion.test b/test/recursion.test
new file mode 100755
index 0000000..0120a12
--- /dev/null
+++ b/test/recursion.test
@@ -0,0 +1,11 @@
1## -*- sh -*-
2
3set -e
4
5DATASRC=$top_srcdir/test/data
6TESTFILE=recursion.bplist
7DATAIN0=$DATASRC/$TESTFILE
8DATAOUT0=$top_builddir/test/data/$TESTFILE.out
9
10$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
11