[svn-r15524] Purpose: Add new h5repack test to Windows

Description:
There was one new h5repack test added recently.  This commit also adds it to the Windows test script

Tested:
VS2005 on WinXP
This commit is contained in:
Scott Wegner 2008-08-25 09:51:54 -05:00
parent 3cf86baf8a
commit 769daf5479

View File

@ -586,6 +586,10 @@ rem
call :tooltest0 %arg%
)
rem add a userblock to file
set arg=%file1% -u ublock.bin -b 2048
call :tooltest %arg%
if %nerrors% equ 0 (
echo.All %h5repack% tests passed.