diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-22 22:15:26 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-22 22:15:26 (GMT) |
commit | 7efcd3194b6f0c89977091a9db1f777c7cc5d757 (patch) | |
tree | 2ad933a6fab148f284c154b2e644ee2aeec8aaa7 /windows | |
parent | 0a9fe184f82ac29fdaad3d20ce227491c208d19e (diff) | |
download | hdf5-7efcd3194b6f0c89977091a9db1f777c7cc5d757.zip hdf5-7efcd3194b6f0c89977091a9db1f777c7cc5d757.tar.gz hdf5-7efcd3194b6f0c89977091a9db1f777c7cc5d757.tar.bz2 |
[svn-r11132] Purpose:
Improvement
Description:
Add high level fortran dll tests
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/hl/fortran/test/test_hdf5_hl_fortran.BAT | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/windows/hl/fortran/test/test_hdf5_hl_fortran.BAT b/windows/hl/fortran/test/test_hdf5_hl_fortran.BAT index cf2a300..5efad03 100755 --- a/windows/hl/fortran/test/test_hdf5_hl_fortran.BAT +++ b/windows/hl/fortran/test/test_hdf5_hl_fortran.BAT @@ -2,22 +2,22 @@ REM This batch file will be used to test HDF5 High Level Fortran Library. REM By Xuan Bai -REM Last Modified on: 12/12/2004 +REM Last Modified on: 07/15/2005 echo. echo =============================================== -echo Testing hl_test_lite_fortran -- %1 +echo Testing hl_test_lite_fortran%2 -- %1 echo =============================================== -hl_test_lite_fortran\%1\hl_test_lite_fortran +hl_test_lite_fortran%2\%1\hl_test_lite_fortran%2 echo. echo =============================================== -echo Testing hl_test_image_fortran -- %1 +echo Testing hl_test_image_fortran%2 -- %1 echo =============================================== -hl_test_image_fortran\%1\hl_test_image_fortran +hl_test_image_fortran%2\%1\hl_test_image_fortran%2 echo. echo =============================================== -echo Testing hl_test_table_fortran -- %1 +echo Testing hl_test_table_fortran%2 -- %1 echo =============================================== -hl_test_table_fortran\%1\hl_test_table_fortran
\ No newline at end of file +hl_test_table_fortran%2\%1\hl_test_table_fortran%2
\ No newline at end of file |