diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-03-21 17:59:28 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-03-21 17:59:28 (GMT) |
commit | 35b8c2baf04836bcb5e375a15537da986a5e49ed (patch) | |
tree | 148744fac4495759e9c1ad1d4f26c501decb1c4d /tools/testh5dump.sh | |
parent | 50500e3672e537f3f1e4ba9ca57b63fa27a96465 (diff) | |
download | hdf5-35b8c2baf04836bcb5e375a15537da986a5e49ed.zip hdf5-35b8c2baf04836bcb5e375a15537da986a5e49ed.tar.gz hdf5-35b8c2baf04836bcb5e375a15537da986a5e49ed.tar.bz2 |
[svn-r2046] added a test for the tnestedcomp.h5 test.
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-x | tools/testh5dump.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index dcb1922..627933f 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -104,6 +104,9 @@ DUMP tcomp-2.ddl -t /type1 /type2 /group1/type3 tcompound.h5 # test for unamed type DUMP tcomp-3.ddl -t /#5992:0 -g /group2 tcompound.h5 +#test for the nested compound type +DUMP tnestcomp-1.ddl tnestedcomp.h5 + # test for options DUMP tall-1.ddl tall.h5 DUMP tall-2.ddl -header -g /g1/g1.1 -a attr2 tall.h5 |