diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-21 23:54:22 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-21 23:54:22 (GMT) |
commit | 375dda3d58f49ef52148aa41aa6d5d6332528874 (patch) | |
tree | e370cbc618328471d15c0f2b84479cdda736c2a2 /tools/h5dump/CMakeLists.txt | |
parent | b120aff5cf29a9ab0d01594db44ee1f592f08c9e (diff) | |
download | hdf5-375dda3d58f49ef52148aa41aa6d5d6332528874.zip hdf5-375dda3d58f49ef52148aa41aa6d5d6332528874.tar.gz hdf5-375dda3d58f49ef52148aa41aa6d5d6332528874.tar.bz2 |
[svn-r20595] Purpose:
HDFFV-5948 - CHICAGO: Tools - implement missing external link test cases
Description:
Add three test cases for h5dump and h5ls.
- h5ls: external link to soft link with follow symlink.
- h5dump: external link to soft link with follow symlink.
- h5ls: external link to soft link without follow symlink.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'tools/h5dump/CMakeLists.txt')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 30b40da..258d344 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -251,6 +251,7 @@ IF (BUILD_TESTING) tdatareg.h5 tdset.h5 tempty.h5 + textlinksrc.h5 textlinkfar.h5 textlinksrc.h5 textlinktar.h5 |