hdf5/tools/testfiles/tbin1.ddl
Pedro Vicente Nunes 70b46a1d89 [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
2006-07-31 11:04:31 -05:00

12 lines
244 B
SQL

#############################
Expected output for 'h5dump -d integer -b out1.bin test1.h5'
#############################
HDF5 "test1.h5" {
DATASET "integer" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
DATA {
}
}
}