summaryrefslogtreecommitdiffstats
path: root/tools/h5ls/testh5ls.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-05-22 22:31:07 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-05-22 22:31:07 (GMT)
commite9e6cf0c2bc09bddf285b61416e81577c0300664 (patch)
tree086827c4526732ec3d622dda4292fdff969ffa73 /tools/h5ls/testh5ls.sh
parent73508e8d655eed73a264e16b79387a6eb83c0b5a (diff)
downloadhdf5-e9e6cf0c2bc09bddf285b61416e81577c0300664.zip
hdf5-e9e6cf0c2bc09bddf285b61416e81577c0300664.tar.gz
hdf5-e9e6cf0c2bc09bddf285b61416e81577c0300664.tar.bz2
[svn-r6913] Purpose:
bug fix and enhancement Description: combined the --simple option to the display of NATIVE datatypes with the -S option , the print of the datatype will always display the full description making it possible to do an automatic test for catching differences on output made the case for printing the type of bitfield data, which was not handled the new test generates a dataset with 10 attributes, each one a different datatype Platforms tested: Windows 2000 (octopus) Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
Diffstat (limited to 'tools/h5ls/testh5ls.sh')
-rwxr-xr-xtools/h5ls/testh5ls.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5ls/testh5ls.sh b/tools/h5ls/testh5ls.sh
index c4dcdcf..a813b49 100755
--- a/tools/h5ls/testh5ls.sh
+++ b/tools/h5ls/testh5ls.sh
@@ -145,6 +145,10 @@ TOOLTEST tarray1.ls -w80 -r -d tarray1.h5
# test for empty data
TOOLTEST tempty.ls -w80 -d tempty.h5
+# test for all dataset types written to attributes
+# enable -S for avoiding printing NATIVE types
+TOOLTEST tattr2.ls -w80 -v -S tattr2.h5
+
if test $nerrors -eq 0 ; then
echo "All h5ls tests passed."
fi