diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-10-08 16:04:39 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-10-08 16:04:39 (GMT) |
commit | 7064d9d8ad4d9b79e26b6204299f5aeb664b500e (patch) | |
tree | be1efe86ba79a94d2901802a35cb8e1ebff1c128 /windows/tools/h5ls | |
parent | fdfb8cf2a0b76891d943412583a097d58102451b (diff) | |
download | hdf5-7064d9d8ad4d9b79e26b6204299f5aeb664b500e.zip hdf5-7064d9d8ad4d9b79e26b6204299f5aeb664b500e.tar.gz hdf5-7064d9d8ad4d9b79e26b6204299f5aeb664b500e.tar.bz2 |
[svn-r15816] Purpose: Update h5ls test script
Description:
The general h5ls test script was recently updated. This checkin brings those changes to Windows
Also add freespace & mf to general test script, since I forgot in the last checkin
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/tools/h5ls')
-rw-r--r-- | windows/tools/h5ls/testh5ls.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/windows/tools/h5ls/testh5ls.bat b/windows/tools/h5ls/testh5ls.bat index 82ec9fe..a95975b 100644 --- a/windows/tools/h5ls/testh5ls.bat +++ b/windows/tools/h5ls/testh5ls.bat @@ -174,6 +174,13 @@ rem ############################################################################ rem test for displaying external and user-defined links
call :tooltest textlink-1.ls 0 -w80 -r textlink.h5
+ call :tooltest textlinksrc-1.ls 0 -w80 -Er textlinksrc.h5
+ call :tooltest textlinksrc-2.ls 0 -w80 -Erv textlinksrc.h5/ext_link5
+ call :tooltest textlinksrc-3.ls 0 -w80 -Er textlinksrc.h5/ext_link1
+ call :tooltest textlinksrc-4.ls 0 -w80 -r textlinksrc.h5
+ call :tooltest textlinksrc-5.ls 0 -w80 -r textlinksrc.h5/ext_link1
+ call :tooltest textlinksrc-6.ls 0 -w80 -E textlinksrc.h5
+ call :tooltest textlinksrc-7.ls 0 -w80 -E textlinksrc.h5/ext_link1
call :tooltest tudlink-1.ls 0 -w80 -r tudlink.h5
rem tests for hard links
|