diff options
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/hdf5check.BAT | 8 |
1 files 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 ..\..\..\ |