diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-12 19:57:44 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-12 19:57:44 (GMT) |
commit | 319ad4c84b5ef3b7ee3d5ec70b12ed5e5fc3e825 (patch) | |
tree | 4699c9e679bbb1abdb819d418bbb669ceac99e5b /tools/h5dump/testh5dump.sh.in | |
parent | aaa8bba35443dd426d281f757eac3aae2e01b0e0 (diff) | |
download | hdf5-319ad4c84b5ef3b7ee3d5ec70b12ed5e5fc3e825.zip hdf5-319ad4c84b5ef3b7ee3d5ec70b12ed5e5fc3e825.tar.gz hdf5-319ad4c84b5ef3b7ee3d5ec70b12ed5e5fc3e825.tar.bz2 |
[svn-r13280]
2 tests that were previously incorporated inside the array indices test file were separated from it. These are a test with a dataset with dimensions greater tan 4GB and a test to read by hyperslabs
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 1edc490..54d4311 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -343,6 +343,12 @@ TOOLTEST tbin4.ddl -d double -o out4.bin -b FILE tbinary.h5 # test for dataset region references TOOLTEST tregref.ddl tdatareg.h5 +# dimensions over 4GB, print boundary +TOOLTEST tbigdims.ddl -d dset4gb -s 4294967284 -c 22 tbigdims.h5 + +# hyperslab read +TOOLTEST thyperslab.ddl thyperslab.h5 + if test $nerrors -eq 0 ; then echo "All $DUMPER tests passed." fi |