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

set -e

DATASRC=$top_srcdir/test/data
DATAOUT=$top_builddir/test/data
TESTFILE=o3.ostep

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

export PLIST_OSTEP_DEBUG=1

echo "Converting"
$top_builddir/test/plist_otest $DATASRC/$TESTFILE $DATAOUT/ostep-comments.test.out

echo "Comparing"
export PLIST_OSTEP_DEBUG=1
$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/ostep-comments.test.out