mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[svn-r11829] Purpose:
Maintenance on Windows Description: Fix an error Solution: Platforms tested: Misc. update:
This commit is contained in:
parent
6cf24a160b
commit
ed6944c012
@ -29,11 +29,14 @@ if %2.==. GOTO TEST
|
||||
GOTO WRONG
|
||||
|
||||
:TEST
|
||||
echo Testing %1 %2 version of High Level Fortran examples
|
||||
echo.
|
||||
|
||||
HLf90examples%1%2\ex_lite%2
|
||||
|
||||
if ERRORLEVEL == 0 (
|
||||
echo. %1 %2 version of High Level Fortran examples PASSED
|
||||
)else (
|
||||
echo. %1 %2 version of High Level Fortran examples FAILED
|
||||
)
|
||||
echo.
|
||||
GOTO END
|
||||
|
||||
:WRONG
|
||||
|
Loading…
x
Reference in New Issue
Block a user