From fe5d592288d134d1829187ea3ca5de1dad6ec046 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Fri, 7 Oct 2005 10:44:09 -0500 Subject: [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: --- windows/hdf5check.BAT | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/hdf5check.BAT b/windows/hdf5check.BAT index 1dd6135..4381573 100755 --- a/windows/hdf5check.BAT +++ b/windows/hdf5check.BAT @@ -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 ..\..\..\ -- cgit v0.12