diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-25 22:38:47 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-25 22:38:47 (GMT) |
commit | 4263340afa72cd23454fbddd5913531f84d44473 (patch) | |
tree | cecaf033b4be3af28f6af2766ac90d44755959f2 /tools/h5dump/testh5dump.sh | |
parent | bf543b4edb0310a9e39c9f8ae57a4c45d44d5422 (diff) | |
download | hdf5-4263340afa72cd23454fbddd5913531f84d44473.zip hdf5-4263340afa72cd23454fbddd5913531f84d44473.tar.gz hdf5-4263340afa72cd23454fbddd5913531f84d44473.tar.bz2 |
[svn-r5006] Purpose:
Test Addition
Description:
Added tests to the h5dumper for split and family file drivers.
Platforms tested:
Linux
Diffstat (limited to 'tools/h5dump/testh5dump.sh')
-rwxr-xr-x | tools/h5dump/testh5dump.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh b/tools/h5dump/testh5dump.sh index 3c532ef..18f72d8 100755 --- a/tools/h5dump/testh5dump.sh +++ b/tools/h5dump/testh5dump.sh @@ -153,6 +153,10 @@ TOOLTEST tall-5s.ddl -d "/g1/g1.1/dset1.1.2[0;2;10;]" tall.h5 TOOLTEST tdset-3s.ddl -d "/dset1[1,1;;;]" tdset.h5 TOOLTEST tdset2-1s.ddl -d "/dset1[;3 2;4 4;1 4]" tdset2.h5 +# test the --filedriver flag +TOOLTEST tsplit_file.ddl --filedriver=split tsplit_file +TOOLTEST tfamily.ddl --filedriver=family tfamily%05d.h5 + # test XML TOOLTEST tall.h5.xml --xml tall.h5 TOOLTEST tattr.h5.xml --xml tattr.h5 |