diff options
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index bf6f097..88b40c1 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -240,15 +240,16 @@ TOOLTEST tfill.ddl -p tfvalues.h5 TOOLTEST treference.ddl tattr2.h5 # escape/not escape non printable characters -TOOLTEST tstringe.ddl -e -d string tfilters.h5 -TOOLTEST tstring.ddl -d string tfilters.h5 +TOOLTEST tstringe.ddl -e tstr3.h5 +TOOLTEST tstring.ddl tstr3.h5 +# char data as ASCII with non escape +TOOLTEST tstring2.ddl -r -d str4 tstr3.h5 # array indices print/not print, large dataset TOOLTEST tindicesyes.ddl -d compact tfilters.h5 TOOLTEST tindicesno.ddl -y -d compact tfilters.h5 TOOLTEST tindiceslarge.ddl -p -d 3d tfilters.h5 - # tests for filters # SZIP option="-H -p -d szip tfilters.h5" |