summaryrefslogtreecommitdiffstats
path: root/test/small.test
blob: dd2faf833af08e76c13a7b0ac606d0b55d8d5bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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