summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tfamily.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tfamily.ddl')
-rw-r--r--tools/testfiles/tfamily.ddl23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/testfiles/tfamily.ddl b/tools/testfiles/tfamily.ddl
new file mode 100644
index 0000000..1267e51
--- /dev/null
+++ b/tools/testfiles/tfamily.ddl
@@ -0,0 +1,23 @@
+#############################
+Expected output for 'h5dump --filedriver=family tfamily%05d.h5'
+#############################
+HDF5 "tfamily%05d.h5" {
+GROUP "/" {
+ DATASET "dset1" {
+ DATATYPE H5T_STD_I32BE
+ DATASPACE SIMPLE { ( 10, 15 ) / ( 10, 15 ) }
+ DATA {
+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
+ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
+ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
+ 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
+ 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
+ 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
+ 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
+ 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
+ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
+ 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
+ }
+ }
+}
+}