From 6a24df2bb974cc3bccb66867e72612fd2d54a772 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 31 Jul 2009 13:27:18 -0500 Subject: [svn-r17288] Added the two infinity tests to the windows batch script to match the linux test script. --- windows/tools/h5diff/testh5diff.bat | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/windows/tools/h5diff/testh5diff.bat b/windows/tools/h5diff/testh5diff.bat index 475948d..786801a 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% -- cgit v0.12