summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/trefer_grpR.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/trefer_grpR.ddl')
-rw-r--r--tools/testfiles/trefer_grpR.ddl15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/testfiles/trefer_grpR.ddl b/tools/testfiles/trefer_grpR.ddl
new file mode 100644
index 0000000..298b836
--- /dev/null
+++ b/tools/testfiles/trefer_grpR.ddl
@@ -0,0 +1,15 @@
+HDF5 "trefer_grp.h5" {
+GROUP "/" {
+ DATASET "dset" {
+ DATATYPE H5T_REFERENCE { H5T_STD_REF }
+ DATASPACE SCALAR
+ DATA {
+ GROUP "trefer_grp.h5/group"
+ }
+ }
+ GROUP "group" {
+ GROUP "group3" {
+ }
+ }
+}
+}