summaryrefslogtreecommitdiff
path: root/tools/testfiles/tloop-1.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tloop-1.ddl')
-rw-r--r--tools/testfiles/tloop-1.ddl14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/testfiles/tloop-1.ddl b/tools/testfiles/tloop-1.ddl
new file mode 100644
index 0000000..1f3a2fb
--- /dev/null
+++ b/tools/testfiles/tloop-1.ddl
@@ -0,0 +1,14 @@
+HDF5 "tloop.h5" {
+GROUP "/" {
+ GROUP "g1" {
+ GROUP "g1.1" {
+ GROUP "g2.1" {
+ HARDLINK "/g1"
+ }
+ }
+ }
+ GROUP "g2" {
+ HARDLINK "/g1/g1.1"
+ }
+}
+}