summaryrefslogtreecommitdiffstats
path: root/test/empty++.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/empty++.test')
-rwxr-xr-xtest/empty++.test15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/empty++.test b/test/empty++.test
new file mode 100755
index 0000000..f29e95e
--- /dev/null
+++ b/test/empty++.test
@@ -0,0 +1,15 @@
1## -*- sh -*-
2
3DATASRC=$top_srcdir/test/data
4DATAOUT=$top_builddir/test/data
5TESTFILE=1.plist
6
7if ! test -d "$DATAOUT"; then
8 mkdir -p $DATAOUT
9fi
10
11echo "Converting"
12$top_builddir/test/plist_test++ $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out
13
14echo "Comparing"
15$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out