diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-04-24 08:21:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-04-24 08:21:09 (GMT) |
commit | 4f831405cb0130769fd85e7e6d88e560a45833ff (patch) | |
tree | 7c8cdfe159d47e561e9c56babadeb104262302fc /tools/h5dump/testh5dump.sh.in | |
parent | b0980a5f5418dcfabb442592d82eebb625dc6220 (diff) | |
download | hdf5-4f831405cb0130769fd85e7e6d88e560a45833ff.zip hdf5-4f831405cb0130769fd85e7e6d88e560a45833ff.tar.gz hdf5-4f831405cb0130769fd85e7e6d88e560a45833ff.tar.bz2 |
[svn-r29779] Description:
Bring over some of the tool testing for the new chunk indices.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
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 6d481c6..944fb85 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -1034,6 +1034,8 @@ TOOLTEST tcomp-2.ddl --enable-error-stack -N /type1 --any_path /type2 --any_path TOOLTEST4 tcomp-3.ddl --enable-error-stack -t /#6632 -g /group2 tcompound.h5 # test complicated compound datatype TOOLTEST tcomp-4.ddl --enable-error-stack tcompound_complex.h5 +# tests for bitfields and opaque data types +TOOLTEST tbitnopaque.ddl --enable-error-stack tbitnopaque.h5 #test for the nested compound type TOOLTEST tnestcomp-1.ddl --enable-error-stack tnestedcomp.h5 |