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