summaryrefslogtreecommitdiffstats
path: root/windows/tools
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-08-27 14:53:58 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-08-27 14:53:58 (GMT)
commit6803ed3729c32e326324cebcb0149c63dab9dc27 (patch)
tree59412bb98c84739416b769659980a39f572c2ad3 /windows/tools
parent9fafbf5a5fc19f2a7628c2c669d96d53456bc26e (diff)
downloadhdf5-6803ed3729c32e326324cebcb0149c63dab9dc27.zip
hdf5-6803ed3729c32e326324cebcb0149c63dab9dc27.tar.gz
hdf5-6803ed3729c32e326324cebcb0149c63dab9dc27.tar.bz2
[svn-r15542] 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
Diffstat (limited to 'windows/tools')
-rw-r--r--windows/tools/h5repack/h5repack.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat
index 28bd671..ffb6c15 100644
--- a/windows/tools/h5repack/h5repack.bat
+++ b/windows/tools/h5repack/h5repack.bat
@@ -589,6 +589,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.