summaryrefslogtreecommitdiffstats
path: root/tools/testh5dump.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-xtools/testh5dump.sh3
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