diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-10-07 15:44:09 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-10-07 15:44:09 (GMT) |
commit | fe5d592288d134d1829187ea3ca5de1dad6ec046 (patch) | |
tree | 032e054ca5eedbdaed47aaa04ed04290ae5c4449 /windows/hdf5check.BAT | |
parent | 69656b1e53929e27aeaddc04b1482ab7205176ed (diff) | |
download | hdf5-fe5d592288d134d1829187ea3ca5de1dad6ec046.zip hdf5-fe5d592288d134d1829187ea3ca5de1dad6ec046.tar.gz hdf5-fe5d592288d134d1829187ea3ca5de1dad6ec046.tar.bz2 |
[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:
Diffstat (limited to 'windows/hdf5check.BAT')
-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 ..\..\..\ |