diff options
Diffstat (limited to 'tools')
-rw-r--r--[-rwxr-xr-x] | tools/h5dump/testh5dump.sh.in (renamed from tools/h5dump/testh5dump.sh) | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh b/tools/h5dump/testh5dump.sh.in index fc63188..ee45788 100755..100644 --- a/tools/h5dump/testh5dump.sh +++ b/tools/h5dump/testh5dump.sh.in @@ -14,6 +14,12 @@ # # Tests for the h5dump tool +# Determine which filters are available +USE_FILTER_SZIP="@USE_FILTER_SZIP@" +USE_FILTER_DEFLATE="@USE_FILTER_DEFLATE@" +USE_FILTER_SHUFFLE="@USE_FILTER_SHUFFLE@" +USE_FILTER_FLETCHER32="@USE_FILTER_FLETCHER32@" + DUMPER=h5dump # The tool name DUMPER_BIN=`pwd`/$DUMPER # The path of the tool binary @@ -208,3 +214,6 @@ if test $nerrors -eq 0 ; then fi exit $nerrors + + + |