summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-07-31 18:26:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-07-31 18:26:59 (GMT)
commit8d1ccbfd44d8fc8e35b248db1d5c81a745d31323 (patch)
tree7326552a8f4c1c4b13e6403954528113640250f4 /windows
parent5ddff83f67e9de91ed7d82e71e691652291abdf9 (diff)
downloadhdf5-8d1ccbfd44d8fc8e35b248db1d5c81a745d31323.zip
hdf5-8d1ccbfd44d8fc8e35b248db1d5c81a745d31323.tar.gz
hdf5-8d1ccbfd44d8fc8e35b248db1d5c81a745d31323.tar.bz2
[svn-r17287] Added the two infinity tests to the windows batch script to match the linux test script.
Diffstat (limited to 'windows')
-rw-r--r--windows/tools/h5diff/testh5diff.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/tools/h5diff/testh5diff.bat b/windows/tools/h5diff/testh5diff.bat
index 007475a..af1e7d4 100644
--- a/windows/tools/h5diff/testh5diff.bat
+++ b/windows/tools/h5diff/testh5diff.bat
@@ -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%