summaryrefslogtreecommitdiffstats
path: root/test/json1.test
blob: cc7440fd42d49ba1898fd6853a311e7596c97cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## -*- sh -*-

set -e

DATASRC=$top_srcdir/test/data
DATAOUT=$top_builddir/test/data
TESTFILE=j1.json

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

export PLIST_JSON_DEBUG=1

echo "Converting"
$top_builddir/test/plist_jtest $DATASRC/$TESTFILE $DATAOUT/json1.test.out

echo "Comparing"
$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/json1.test.out