[svn-r11513] Purpose:

Maintenance on Windows
Description:
hl fortran debug dll tests missed and hl fortran release dll tested twice before
Add in hl fortran debug dll tests and remove one hl fortran release dll test
Solution:

Platforms tested:
Windows XP
Misc. update:
This commit is contained in:
Fang Guo 2005-10-07 10:44:09 -05:00
parent 69656b1e53
commit fe5d592288

View File

@ -284,8 +284,8 @@ echo ***************************************************************************
echo HDF5 Hight Level Fortran Library Tests -- Debug DLL >> ..\..\check_results.txt
echo ***************************************************************************** >> ..\..\check_results.txt
cd ..\..\hl\fortran\test
echo test_hdf5_hl_fortran release dll
call test_hdf5_hl_fortran release dll >> ..\..\..\check_results.txt
echo test_hdf5_hl_fortran debug dll
call test_hdf5_hl_fortran debug dll >> ..\..\..\check_results.txt
echo. >> ..\..\..\check_results.txt
cd ..\..\..\
@ -421,8 +421,8 @@ echo ***************************************************************************
echo HDF5 High Level Fortran Library Tests -- Debug DLL >> ..\..\check_results.txt
echo ***************************************************************************** >> ..\..\check_results.txt
cd ..\..\hl\fortran\test
echo test_hdf5_hl_fortran release dll
call test_hdf5_hl_fortran release dll >> ..\..\..\check_results.txt
echo test_hdf5_hl_fortran debug dll
call test_hdf5_hl_fortran debug dll >> ..\..\..\check_results.txt
echo. >> ..\..\..\check_results.txt
cd ..\..\..\