diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-08-27 14:53:58 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-08-27 14:53:58 (GMT) |
commit | 6803ed3729c32e326324cebcb0149c63dab9dc27 (patch) | |
tree | 59412bb98c84739416b769659980a39f572c2ad3 /windows | |
parent | 9fafbf5a5fc19f2a7628c2c669d96d53456bc26e (diff) | |
download | hdf5-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')
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 4 |
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.
|