mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
c80d46791f
Modified the current h5dump test script to use h5import/h5diff calls to validate the binary output. At this moment it can only be used with the native test, since h5import does not deal with input endianess. tested: linux, sunos 5.10
12 lines
258 B
SQL
12 lines
258 B
SQL
#############################
|
|
Expected output for 'h5dump -d integer -o out3.bin -b MEMORY tbinary.h5'
|
|
#############################
|
|
HDF5 "tbinary.h5" {
|
|
DATASET "integer" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
|
|
DATA {
|
|
}
|
|
}
|
|
}
|