diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-13 17:17:04 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-13 17:17:04 (GMT) |
commit | 7b5c10253661db951c0946b27a17cd3fd121fd5e (patch) | |
tree | 5b3a41025f5ad0ada8608bd6250b661d17665bba /tools/testh5dump.sh | |
parent | 80aabe2a2e7fae339020809cf5c2d6a865b47713 (diff) | |
download | hdf5-7b5c10253661db951c0946b27a17cd3fd121fd5e.zip hdf5-7b5c10253661db951c0946b27a17cd3fd121fd5e.tar.gz hdf5-7b5c10253661db951c0946b27a17cd3fd121fd5e.tar.bz2 |
[svn-r2878] Purpose:
Feature
Description:
Variable length data dumping for simple (i.e., either SCALAR or
1-Dim array variable length datatypes) should work. Added to the
tests...
Platforms tested:
Linux
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 1dd4f37..847dcd1 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -123,6 +123,9 @@ TOOLTEST tstr-1.ddl tstr.h5 # test for file created by Lib SAF team TOOLTEST tsaf.ddl tsaf.h5 +# test for file with variable length data +TOOLTEST tvldtypes.ddl tvldtypes.h5 + if test $nerrors -eq 0 ; then echo "All $h5tool tests passed." fi |