diff options
Diffstat (limited to 'windows/tools/h5repack/h5repack.bat')
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index a2cc9a3..536c327 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -600,6 +600,9 @@ rem rem to new version and be readable, etc.)
call :tooltest %file14%
+ rem test for datum size > H5TOOLS_MALLOCSIZE
+ set arg=%file1% -f GZIP=1
+ call :tooltest %arg%
if %nerrors% equ 0 (
echo.All %h5repack% tests passed.
|