diff options
Diffstat (limited to 'tools/testfiles/tbin1.ddl')
-rw-r--r-- | tools/testfiles/tbin1.ddl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/testfiles/tbin1.ddl b/tools/testfiles/tbin1.ddl new file mode 100644 index 0000000..6b7a155 --- /dev/null +++ b/tools/testfiles/tbin1.ddl @@ -0,0 +1,11 @@ +############################# +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 { + } +} +} |