diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-08-14 20:21:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-08-14 20:21:56 (GMT) |
commit | b196ddb4a89b36a3200e0ba9e7b8c2b2f4b52774 (patch) | |
tree | 34bab5c3619aedd31c8af473a6f00820df7bf00c /tools/test/h5repack/testfiles/textlink-base.textlink.h5.ddl | |
parent | a21ae8e56b0f5d693aef000088e542f5dadf10c9 (diff) | |
download | hdf5-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.ddl | 12 |
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" + } +} +} |