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