summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dump.sh.in
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-09-26 15:47:36 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-09-26 15:47:36 (GMT)
commite9188e385af4ac913ee28e26717e9c8fb4336d2f (patch)
tree40ea75ee2506293321c648413e45ae235850a8ce /tools/h5dump/testh5dump.sh.in
parent53a2d21415105951dd5d81969ee6f21d9e7216f8 (diff)
downloadhdf5-e9188e385af4ac913ee28e26717e9c8fb4336d2f.zip
hdf5-e9188e385af4ac913ee28e26717e9c8fb4336d2f.tar.gz
hdf5-e9188e385af4ac913ee28e26717e9c8fb4336d2f.tar.bz2
[svn-r12683]
revised binary flags, added a new file to the test generator program to be used in the binary tests usage is now -o F, --output=F Output raw data into file F -b F, --binary=F Binary output, of form F (into file -o F). Recommended usage is with --dataset=P Form F of binary output is: MEMORY for memory type, FILE for the disk file type, LE or BE for pre-existing little or big endian types example ./h5dump -d integer -b MEMORY -o out.bin tbinary.h5
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r--tools/h5dump/testh5dump.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index 5de3a61..660b938 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 -b out1.bin test1.h5
-TOOLTEST tbin2.ddl -d integer -b out2.bin -F DI test1.h5
-TOOLTEST tbin3.ddl -d integer -b out3.bin -F LE test1.h5
-TOOLTEST tbin4.ddl -d integer -b out4.bin -F BE test1.h5
+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
# Clean up binary output files
if test -z "$HDF5_NOCLEANUP"; then
rm -f $srcdir/../testfiles/out[1-4].bin