summaryrefslogtreecommitdiffstats
path: root/windows/hdf5check.BAT
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-10-07 15:44:09 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-10-07 15:44:09 (GMT)
commitfe5d592288d134d1829187ea3ca5de1dad6ec046 (patch)
tree032e054ca5eedbdaed47aaa04ed04290ae5c4449 /windows/hdf5check.BAT
parent69656b1e53929e27aeaddc04b1482ab7205176ed (diff)
downloadhdf5-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-xwindows/hdf5check.BAT8
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 ..\..\..\