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 7e37100..7681b47 100755
--- a/tools/testh5ls.sh
+++ b/tools/testh5ls.sh
@@ -130,6 +130,9 @@ TOOLTEST tvldtypes1.ls -w80 -r -d tvldtypes1.h5
# test for array data types
TOOLTEST tarray1.ls -w80 -r -d tarray1.h5
+# test for empty data
+TOOLTEST tempty.ls -w80 -d tempty.h5
+
if test $nerrors -eq 0 ; then
echo "All $h5tool tests passed."
fi