summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/testfiles/textlink-base.textlink.h5.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-08-14 20:21:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-08-14 20:21:56 (GMT)
commitb196ddb4a89b36a3200e0ba9e7b8c2b2f4b52774 (patch)
tree34bab5c3619aedd31c8af473a6f00820df7bf00c /tools/test/h5repack/testfiles/textlink-base.textlink.h5.ddl
parenta21ae8e56b0f5d693aef000088e542f5dadf10c9 (diff)
downloadhdf5-b196ddb4a89b36a3200e0ba9e7b8c2b2f4b52774.zip
hdf5-b196ddb4a89b36a3200e0ba9e7b8c2b2f4b52774.tar.gz
hdf5-b196ddb4a89b36a3200e0ba9e7b8c2b2f4b52774.tar.bz2
HDFFV-9984 - correct name of ref files
Diffstat (limited to 'tools/test/h5repack/testfiles/textlink-base.textlink.h5.ddl')
-rw-r--r--tools/test/h5repack/testfiles/textlink-base.textlink.h5.ddl12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/test/h5repack/testfiles/textlink-base.textlink.h5.ddl b/tools/test/h5repack/testfiles/textlink-base.textlink.h5.ddl
new file mode 100644
index 0000000..b87a17d
--- /dev/null
+++ b/tools/test/h5repack/testfiles/textlink-base.textlink.h5.ddl
@@ -0,0 +1,12 @@
+HDF5 "out-textlink-base.textlink.h5" {
+GROUP "/" {
+ EXTERNAL_LINK "extlink1" {
+ TARGETFILE "filename"
+ TARGETPATH "objname"
+ }
+ EXTERNAL_LINK "extlink2" {
+ TARGETFILE "anotherfile"
+ TARGETPATH "anotherobj"
+ }
+}
+}