mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r15588] Purpose: Add new h5repack tests to Windows
Description: New h5repack tests were added in revision 15551 and 15557, and also the syntax of one test was changed. This was causing errors on Windows. This checkin should fix those errors. Tested: VS2005 on WinXP
This commit is contained in:
parent
510daa2995
commit
8dea24602d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user