diff options
Diffstat (limited to 'test/bigarray.test')
| -rwxr-xr-x | test/bigarray.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/bigarray.test b/test/bigarray.test index 27f8098..4b819f4 100755 --- a/test/bigarray.test +++ b/test/bigarray.test | |||
| @@ -8,4 +8,8 @@ if ! test -d "$DATAOUT"; then | |||
| 8 | mkdir -p $DATAOUT | 8 | mkdir -p $DATAOUT |
| 9 | fi | 9 | fi |
| 10 | 10 | ||
| 11 | echo "Converting" | ||
| 11 | $top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out | 12 | $top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out |
| 13 | |||
| 14 | echo "Comparing" | ||
| 15 | $top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out | ||
