diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-12 21:32:36 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-12 21:32:36 (GMT) |
commit | c8fb91983eef3191d859e76e66224eff5c2f40ad (patch) | |
tree | 4705b6009821b83068b11d8056b5044a7ad46fa2 /tools/h5dump/testh5dump.sh.in | |
parent | 0f83bd0964b7a6395e51bb1d03216049df49c57d (diff) | |
download | hdf5-c8fb91983eef3191d859e76e66224eff5c2f40ad.zip hdf5-c8fb91983eef3191d859e76e66224eff5c2f40ad.tar.gz hdf5-c8fb91983eef3191d859e76e66224eff5c2f40ad.tar.bz2 |
[svn-r13283]
added a test for the printing of long long numbers greater than 4GB
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 54d4311..4516c2b 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -346,6 +346,9 @@ TOOLTEST tregref.ddl tdatareg.h5 # dimensions over 4GB, print boundary TOOLTEST tbigdims.ddl -d dset4gb -s 4294967284 -c 22 tbigdims.h5 +# numbers over 4GB +TOOLTEST tbigdata.ddl tbigdata.h5 + # hyperslab read TOOLTEST thyperslab.ddl thyperslab.h5 |