From 769daf5479e7dc476611981317869ad27cb2c621 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 25 Aug 2008 09:51:54 -0500 Subject: [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 --- windows/tools/h5repack/h5repack.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index 30ddaab..6f39600 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -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. -- cgit v0.12