diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-08-25 14:51:54 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-08-25 14:51:54 (GMT) |
commit | 769daf5479e7dc476611981317869ad27cb2c621 (patch) | |
tree | 5db13ef8da57b2aaa137fd2afaa21a7049504670 /windows | |
parent | 3cf86baf8a87c63ac7f751eafbe936dbbfdc5e3b (diff) | |
download | hdf5-769daf5479e7dc476611981317869ad27cb2c621.zip hdf5-769daf5479e7dc476611981317869ad27cb2c621.tar.gz hdf5-769daf5479e7dc476611981317869ad27cb2c621.tar.bz2 |
[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
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 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.
|