diff options
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-x | tools/testh5dump.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index 1dd4f37..847dcd1 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -123,6 +123,9 @@ TOOLTEST tstr-1.ddl tstr.h5 # test for file created by Lib SAF team TOOLTEST tsaf.ddl tsaf.h5 +# test for file with variable length data +TOOLTEST tvldtypes.ddl tvldtypes.h5 + if test $nerrors -eq 0 ; then echo "All $h5tool tests passed." fi |