summaryrefslogtreecommitdiffstats
path: root/test/ostep2.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ostep2.test')
-rwxr-xr-xtest/ostep2.test19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/ostep2.test b/test/ostep2.test
new file mode 100755
index 0000000..1b991c3
--- /dev/null
+++ b/test/ostep2.test
@@ -0,0 +1,19 @@
1## -*- sh -*-
2
3set -e
4
5DATASRC=$top_srcdir/test/data
6DATAOUT=$top_builddir/test/data
7TESTFILE=o2.ostep
8
9if ! test -d "$DATAOUT"; then
10 mkdir -p $DATAOUT
11fi
12
13export PLIST_OTEST_DEBUG=1
14
15echo "Converting"
16$top_builddir/test/plist_otest $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out
17
18echo "Comparing"
19$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out