diff options
Diffstat (limited to 'windows/tools/h5repack/h5repack.bat')
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index 6f39600..a699ca9 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -551,7 +551,7 @@ rem rem latest file format with long switches. use FILE4=h5repack_layout.h5 (no filters)
- set arg=%file4% --layout CHUNK=20x10 --filter GZIP=1 --threshold=10 --native --latest --compact=8 --indexed=6 --ssize=8[:dtype]
+ set arg=%file4% --layout CHUNK=20x10 --filter GZIP=1 --minimum=10 --native --latest --compact=8 --indexed=6 --ssize=8[:dtype]
if not "%use_filter_deflate%"=="yes" (
call :skip %arg%
) else (
@@ -590,6 +590,10 @@ rem set arg=%file1% -u ublock.bin -b 2048
call :tooltest %arg%
+ rem add alignment
+ set arg=%file1% -t 1 -a 1
+ call :tooltest %arg%
+
if %nerrors% equ 0 (
echo.All %h5repack% tests passed.
|