summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin2.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tbin2.ddl')
-rw-r--r--tools/testfiles/tbin2.ddl11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/testfiles/tbin2.ddl b/tools/testfiles/tbin2.ddl
new file mode 100644
index 0000000..2c17692
--- /dev/null
+++ b/tools/testfiles/tbin2.ddl
@@ -0,0 +1,11 @@
+#############################
+Expected output for 'h5dump -d integer -b out2.bin -F DI test1.h5'
+#############################
+HDF5 "test1.h5" {
+DATASET "integer" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
+ DATA {
+ }
+}
+}