diff options
-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.
|