summaryrefslogtreecommitdiffstats
path: root/tools/testh5ls.sh
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-01-03 19:20:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-01-03 19:20:18 (GMT)
commitb5809e0780b136f7062b1aaa27c793ef4399996b (patch)
tree3731540041283b03dc22aad35a585da559a838d5 /tools/testh5ls.sh
parentcf4ff99bdfa213a17e666a587a27b0314ac353c0 (diff)
downloadhdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.zip
hdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.tar.gz
hdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.tar.bz2
[svn-r3230] Purpose:
Extra testing Description: Added tests to dump empty datasets to the h5dump and h5ls testing. Platforms tested: FreeBSD 4.2 (hawkwind)
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