diff options
-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
|