summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dump.sh.in
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-01-25 21:01:17 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-01-25 21:01:17 (GMT)
commitf134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4 (patch)
treec43c496d61df8d194ec1acd4f8f0da5590221260 /tools/h5dump/testh5dump.sh.in
parent8bf1158b55fb26513bcb7168fdb392473959a37a (diff)
downloadhdf5-f134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4.zip
hdf5-f134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4.tar.gz
hdf5-f134f15fcf371651c862b2ad7dbcc0ddfd5a0ed4.tar.bz2
[svn-r19992] Purpose:
h5dump: add dangling external link test case as part of Chicago project. Merged from hdf5 trunk r19971. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), linew (solaris-BE)
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r--tools/h5dump/testh5dump.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index 1310b2c..d845fae 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -582,6 +582,9 @@ TOOLTEST tfpformat.ddl -m %.7f tfpformat.h5
TOOLTEST textlinksrc.ddl textlinksrc.h5
TOOLTEST textlinkfar.ddl textlinkfar.h5
+# test for dangling external links
+TOOLTEST textlink.ddl textlink.h5
+
# test for dataset packed bits
# Set up xCMD to test or skip.
if test "$Have_Packed_Bits" = "yes"; then