diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-03 16:33:55 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-03 16:33:55 (GMT) |
commit | e23d2acad826dd7a4155b835872f029d0fcbe09f (patch) | |
tree | 73f311d66aa590ead55f16bc62635a2fb61eb16b /tools/h5dump/testh5dump.sh.in | |
parent | 16fe9dbb8213da1f0abe9ac07f1952bde10c5ca7 (diff) | |
download | hdf5-e23d2acad826dd7a4155b835872f029d0fcbe09f.zip hdf5-e23d2acad826dd7a4155b835872f029d0fcbe09f.tar.gz hdf5-e23d2acad826dd7a4155b835872f029d0fcbe09f.tar.bz2 |
[svn-r12713]
added new tests with different datatypes for h5dump binary output
tested: kagiso
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 660b938..8368385 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -323,10 +323,10 @@ TOOLTEST tlonglinks.ddl tlonglinks.h5 TOOLTEST tvms.ddl tvms.h5 # test for binary output -TOOLTEST tbin1.ddl -d integer -o out1.bin -b MEMORY tbinary.h5 -TOOLTEST tbin2.ddl -d float -o out2.bin -b FILE tbinary.h5 -TOOLTEST tbin3.ddl -d integer -o out3.bin -b LE tbinary.h5 -TOOLTEST tbin4.ddl -d float -o out4.bin -b BE tbinary.h5 +TOOLTEST tbin1.ddl -d integer -o out1.bin -b LE tbinary.h5 +TOOLTEST tbin2.ddl -d float -o out2.bin -b BE tbinary.h5 +TOOLTEST tbin3.ddl -d array -o out3.bin -b MEMORY tbinary.h5 +TOOLTEST tbin4.ddl -d double -o out4.bin -b FILE tbinary.h5 # Clean up binary output files if test -z "$HDF5_NOCLEANUP"; then rm -f $srcdir/../testfiles/out[1-4].bin |