From 7064d9d8ad4d9b79e26b6204299f5aeb664b500e Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Wed, 8 Oct 2008 11:04:39 -0500 Subject: [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 --- windows/test/checktests.bat | 2 ++ windows/tools/h5ls/testh5ls.bat | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/windows/test/checktests.bat b/windows/test/checktests.bat index 344fed0..7c1544c 100644 --- a/windows/test/checktests.bat +++ b/windows/test/checktests.bat @@ -118,6 +118,8 @@ rem on it for sending parameters. --SJW 9/6/07 call :add_test dangle%2 .\dangle%2\%1 call :add_test reserved%2 .\reserved%2\%1 call :add_test cross_read%2 .\cross_read%2\%1 + call :add_test freespace%2 .\freespace%2\%1 + call :add_test mf%2 .\mf%2\%1 call :add_test btree2%2 .\btree2%2\%1 call :add_test fheap%2 .\fheap%2\%1 call :add_test earray%2 .\earray%2\%1 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 -- cgit v0.12