| 19 |
@rem 15 requires absence of jit support |
@rem 15 requires absence of jit support |
| 20 |
@rem Sheri P also added override tests for study and jit testing |
@rem Sheri P also added override tests for study and jit testing |
| 21 |
@rem JIT testing n/a for tests 7-10, removed JIT override test for them |
@rem JIT testing n/a for tests 7-10, removed JIT override test for them |
| 22 |
|
@rem removed override tests for 14-15 |
| 23 |
|
|
| 24 |
setlocal enabledelayedexpansion |
setlocal enabledelayedexpansion |
| 25 |
if [%srcdir%]==[] ( |
if [%srcdir%]==[] ( |
| 326 |
goto :eof |
goto :eof |
| 327 |
) |
) |
| 328 |
call :runsub 14 testout "JIT-specific features - have JIT" -q |
call :runsub 14 testout "JIT-specific features - have JIT" -q |
|
call :runsub 14 testoutstudy "Test with Study Override" -q -s |
|
|
call :runsub 14 testoutjit "Test with JIT Override" -q -s+ |
|
| 329 |
goto :eof |
goto :eof |
| 330 |
|
|
| 331 |
:do15 |
:do15 |
| 334 |
goto :eof |
goto :eof |
| 335 |
) |
) |
| 336 |
call :runsub 15 testout "JIT-specific features - no JIT" -q |
call :runsub 15 testout "JIT-specific features - no JIT" -q |
|
call :runsub 15 testoutstudy "Test with Study Override" -q -s |
|
| 337 |
goto :eof |
goto :eof |
| 338 |
|
|
| 339 |
:conferror |
:conferror |