diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-22 16:59:31 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-22 16:59:31 (GMT) |
commit | cefb43df91f323fc341fb1aa9f46d25dd7f68e93 (patch) | |
tree | bdf797dcb868b444a97942926a1d2dc355cfe21b /tools/h5dump | |
parent | f64bf3c79d44235c37732f4b3b94470b56b30e1f (diff) | |
download | hdf5-cefb43df91f323fc341fb1aa9f46d25dd7f68e93.zip hdf5-cefb43df91f323fc341fb1aa9f46d25dd7f68e93.tar.gz hdf5-cefb43df91f323fc341fb1aa9f46d25dd7f68e93.tar.bz2 |
[svn-r20600] Purpose:
HDFFV-5948 - CHICAGO: Tools - implement missing external link test cases
Description:
Correct mistake in cmake script from previous commit r20595.
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')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 258d344..b367acb 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -251,7 +251,7 @@ IF (BUILD_TESTING) tdatareg.h5 tdset.h5 tempty.h5 - textlinksrc.h5 + tsoftlinks.h5 textlinkfar.h5 textlinksrc.h5 textlinktar.h5 |