summaryrefslogtreecommitdiffstats
path: root/tools/testh5ls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testh5ls.sh')
-rwxr-xr-xtools/testh5ls.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testh5ls.sh b/tools/testh5ls.sh
index 2e355fa..d159099 100755
--- a/tools/testh5ls.sh
+++ b/tools/testh5ls.sh
@@ -124,6 +124,9 @@ TOOLTEST tstr-1.ls -w80 -r -d tstr.h5
# test test file created from lib SAF team
TOOLTEST tsaf.ls -w80 -r -d tsaf.h5
+# test for variable length data types
+TOOLTEST tvldtypes.ls -w80 -r -d tvldtypes.h5
+
if test $nerrors -eq 0 ; then
echo "All $h5tool tests passed."
fi