diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-31 16:04:31 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-31 16:04:31 (GMT) |
commit | 70b46a1d89e7f9f4a82748a9e1cc21fb4f121ebe (patch) | |
tree | 00adcecf22f1b73a490f2adabcd582710a2f5ea9 /tools/testfiles/tbin4.ddl | |
parent | 87449d081d1c99312034d917502f2b6aca2ee60c (diff) | |
download | hdf5-70b46a1d89e7f9f4a82748a9e1cc21fb4f121ebe.zip hdf5-70b46a1d89e7f9f4a82748a9e1cc21fb4f121ebe.tar.gz hdf5-70b46a1d89e7f9f4a82748a9e1cc21fb4f121ebe.tar.bz2 |
[svn-r12518] h5dump binary output:
1. changed the -F flag option names to "BE and "LE" for big and little endian
2. added a more verbose usage message for these options
3. add a new test
4. add a make clean instruction to *.bin
Diffstat (limited to 'tools/testfiles/tbin4.ddl')
-rw-r--r-- | tools/testfiles/tbin4.ddl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/testfiles/tbin4.ddl b/tools/testfiles/tbin4.ddl new file mode 100644 index 0000000..3091874 --- /dev/null +++ b/tools/testfiles/tbin4.ddl @@ -0,0 +1,11 @@ +############################# +Expected output for 'h5dump -d integer -b out4.bin -F BE test1.h5' +############################# +HDF5 "test1.h5" { +DATASET "integer" { + DATATYPE H5T_STD_I32LE + DATASPACE SIMPLE { ( 2 ) / ( 2 ) } + DATA { + } +} +} |