diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-01-05 20:18:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-01-05 20:18:16 (GMT) |
commit | f3c2eb9acfd1242618bc314efffac1e0471727e9 (patch) | |
tree | 2ac2051021d8ea1f7e113518eb79352feb957d2e /tools/h5dump/testh5dump.sh.in | |
parent | 5f00939eb90d3074c5ce2cfe3526cfc2e147bf88 (diff) | |
download | hdf5-f3c2eb9acfd1242618bc314efffac1e0471727e9.zip hdf5-f3c2eb9acfd1242618bc314efffac1e0471727e9.tar.gz hdf5-f3c2eb9acfd1242618bc314efffac1e0471727e9.tar.bz2 |
[svn-r19918] Add hh modifier to signed char printf format string. Added h5dump test to verify that signed/unsigned datasets print correctly.
Bring solution from 1.8 packed bits fix which solved problem on heiwa with Signed char of 8 bits
Tested: local linux
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 50ff098..c29297e 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -270,6 +270,8 @@ IMPORTTEST() ############################################################################## ############################################################################## +# test for signed/unsigned datasets +TOOLTEST packedbits.ddl packedbits.h5 # test for displaying groups TOOLTEST tgroup-1.ddl tgroup.h5 # test for displaying the selected groups |