mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r17287] Added the two infinity tests to the windows batch script to match the linux test script.
This commit is contained in:
parent
5ddff83f67
commit
8d1ccbfd44
@ -247,6 +247,14 @@ rem ############################################################################
|
||||
call :testing %h5diff% -v %srcfile1% %srcfile2%
|
||||
call :tooltest h5diff_17.txt -v %file1% %file2%
|
||||
|
||||
rem 1.71 test 32-bit INFINITY
|
||||
call :testing %h5diff% -v %srcfile1% %srcfile1% /g1/fp19
|
||||
call :tooltest h5diff_171.txt -v %file1% %file1% /g1/fp19
|
||||
|
||||
rem 1.72 test 64-bit INFINITY
|
||||
call :testing %h5diff% -v %srcfile1% %srcfile1% /g1/fp20
|
||||
call :tooltest h5diff_172.txt -v %file1% %file1% /g1/fp20
|
||||
|
||||
rem 1.8 quiet mode
|
||||
call :testing %h5diff% -q %srcfile1% %srcfile2%
|
||||
call :tooltest h5diff_18.txt -q %file1% %file2%
|
||||
|
Loading…
x
Reference in New Issue
Block a user