summaryrefslogtreecommitdiffstats
path: root/test/medium.test
blob: 67405995cb2eb7c3ec161eee005799d62f604d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
## -*- sh -*-

DATASRC=$top_srcdir/test/data
DATAOUT=$top_builddir/test/data
TESTFILE=3.plist

if ! test -d "$DATAOUT"; then
	mkdir -p $DATAOUT
fi

$top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out