summaryrefslogtreecommitdiffstats
path: root/test/small++.test
blob: 2ceace7459074e646328fe5ad138e07dceae9e0d (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