summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-10-20 14:56:01 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-10-20 14:56:01 (GMT)
commit59309308f1f34a154eb8ae2925ae49ff2b1038ea (patch)
tree8525576b820f824fdce93785548e7b87cf37c5c6 /windows
parent2a2bc809872a30715ad81e71a5df24263b2523de (diff)
downloadhdf5-59309308f1f34a154eb8ae2925ae49ff2b1038ea.zip
hdf5-59309308f1f34a154eb8ae2925ae49ff2b1038ea.tar.gz
hdf5-59309308f1f34a154eb8ae2925ae49ff2b1038ea.tar.bz2
[svn-r15904] Purpose: Add new h5dump test to Windows
Description: Two new test cases for h5dump were recently added to the test script on Unix. This checkin also adds the new cases to Windows. Tested: VS2005 on WinXP
Diffstat (limited to 'windows')
-rw-r--r--windows/tools/h5dump/testh5dump.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat
index 6920df8..487db64 100644
--- a/windows/tools/h5dump/testh5dump.bat
+++ b/windows/tools/h5dump/testh5dump.bat
@@ -599,6 +599,10 @@ rem ############################################################################
call :tooltest textlinksrc.ddl textlinksrc.h5
call :tooltest textlinkfar.ddl textlinkfar.h5
+ rem tests for traversal of external links
+ call :tooltest textlinksrc.ddl textlinksrc.h5
+ call :tooltest textlinkfar.ddl textlinkfar.h5
+
if %nerrors% equ 0 (