summaryrefslogtreecommitdiffstats
path: root/windows/fortran/test/checkfortrantests.bat
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-05-12 18:14:12 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-05-12 18:14:12 (GMT)
commit2fd80deb4d36491b4d007634dbae8fe32081e4ca (patch)
tree7e1618f9ce645295f581f63f8bad823d3738d26d /windows/fortran/test/checkfortrantests.bat
parentf9835e10193f036b50b03edd875d98e9aa11af23 (diff)
downloadhdf5-2fd80deb4d36491b4d007634dbae8fe32081e4ca.zip
hdf5-2fd80deb4d36491b4d007634dbae8fe32081e4ca.tar.gz
hdf5-2fd80deb4d36491b4d007634dbae8fe32081e4ca.tar.bz2
[svn-r14975] Purpose: Add Windows fixes for new Fortran code.
Description: There were a number of small tweaks we needed to make to add the new fortran_1_8 code on Windows. We create new project files, add new source to them, add the test to our test suite, and fix a few typos in the Windows-specific source code. Tested: VS2005 on WinXP
Diffstat (limited to 'windows/fortran/test/checkfortrantests.bat')
-rw-r--r--windows/fortran/test/checkfortrantests.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/fortran/test/checkfortrantests.bat b/windows/fortran/test/checkfortrantests.bat
index db17437..2b970f6 100644
--- a/windows/fortran/test/checkfortrantests.bat
+++ b/windows/fortran/test/checkfortrantests.bat
@@ -79,6 +79,8 @@ rem on it for sending parameters. --SJW 9/6/07
call :add_test testhdf5_fortran%2 .\testhdf5_fortran%2\%1
call :add_test flush1_fortran%2 .\flush1_fortran%2\%1
call :add_test flush2_fortran%2 .\flush2_fortran%2\%1
+ call :add_test testhdf5_fortran_1_8%2 .\testhdf5_fortran_1_8%2\%1
+
rem Run the tests, passing in which version to run