testall.bat
来自「开放源码的编译器open watcom 1.6.0版的源代码」· Batch 代码 · 共 33 行
BAT
33 行
call teststrm diagnose.tst
@copy testout\test.log testall.log >NUL
pause
call teststrm exprerr.tst
@if exist DIFFALL.LST erase DIFFALL.LST > NUL
@if exist DIFF.LST copy DIFF.LST DIFFALL.LST > NUL
@copy testall.log+test.log > NUL
pause
REM call teststrm basics.tst
REM @if exist DIFF.LST copy DIFFALL.LST+DIFF.LST
REM @copy testall.log+test.log
REM pause
call teststrm convert.tst
@if exist DIFF.LST copy DIFFALL.LST+DIFF.LST > NUL
@copy testall.log+test.log > NUL
@if exist DIFF.LST type diff.lst
pause
call teststrm statment.tst
@if exist DIFF.LST copy DIFFALL.LST+DIFF.LST > NUL
@copy testall.log+test.log > NUL
@if exist DIFF.LST type diff.lst
pause
call teststrm declar.tst
@if exist DIFF.LST copy DIFFALL.LST+DIFF.LST > NUL
@copy testall.log+test.log > NUL
@if exist DIFF.LST type diff.lst
pause
call teststrm expres.tst
@if exist DIFF.LST copy DIFFALL.LST+DIFF.LST > NUL
@copy testall.log+test.log >NUL
@if exist DIFF.LST type diff.lst
pause
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?