diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-06-28 19:34:08 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-06-28 19:34:08 (GMT) |
commit | 7637b679337e4f8e6b260f6f94477ebd65622b5e (patch) | |
tree | 6b325ae157cb6c4110c46aa9d81384de6372cf24 /tools/h5dump/testh5dump.sh.in | |
parent | 95a106f9fd78ce39ece6fef5e44de540b6bcd7a1 (diff) | |
download | hdf5-7637b679337e4f8e6b260f6f94477ebd65622b5e.zip hdf5-7637b679337e4f8e6b260f6f94477ebd65622b5e.tar.gz hdf5-7637b679337e4f8e6b260f6f94477ebd65622b5e.tar.bz2 |
[svn-r12444] Purpose:
new feature
Description:
added support for h5dump to dump binary data using the file type format
added one test to the test script that tests this
Solution:
Platforms tested:
mir
shanti
copper
Misc. update:
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index f390110..1505b9f 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -323,6 +323,9 @@ TOOLTEST tvms.ddl tvms.h5 # test for binary output TOOLTEST tbin.ddl -d integer -b out.bin test1.h5 +# test for binary output using a file type form -F DI +TOOLTEST tbin2.ddl -d integer -b out2.bin -F DI test1.h5 + if test $nerrors -eq 0 ; then echo "All $DUMPER tests passed." fi |