onetest.cmd
来自「开放源码的编译器open watcom 1.6.0版的源代码」· CMD 代码 · 共 128 行
CMD
128 行
title C++ Test Stream
setlocal
set plustest_name=result
wmake -h del_log
if exist *.sav del *.sav
rem
rem figure out if any extra architectures have to be tested
if not [%OS%] == [Windows_NT] goto not_nt
if [%PROCESSOR_ARCHITECTURE%] == [x86] goto add_i86
goto extra_done
:not_nt
rem assume we want to add i86 if not Windows_NT
:add_i86
set extra_arch=i86
:extra_done
if exist local.cmd call local.cmd
cd arith
call onetest.cmd
cd ..
cd bits
call onetest.cmd
cd ..
cd bitset
call onetest.cmd
cd ..
cd claslist
call onetest.cmd
cd ..
cd contain
call onetest.cmd
cd ..
cd cool
call onetest.cmd
cd ..
cd datainit
call onetest.cmd
cd ..
cd dcmat
call onetest.cmd
cd ..
if exist alt_diag.cmd goto alt_diag
cd diagnose
call onetest.cmd
cd ..
goto did_diag
:alt_diag
call alt_diag.cmd
:did_diag
cd ehmix
call onetest.cmd
cd ..
cd except
call onetest.cmd
cd ..
cd exercise
call onetest.cmd
cd ..
cd extref
call onetest.cmd
cd ..
cd field
call onetest.cmd
cd ..
cd format
call onetest.cmd
cd ..
cd getlong
call onetest.cmd
cd ..
cd gstring
call onetest.cmd
cd ..
cd jam
call onetest.cmd
cd ..
cd nih
call onetest.cmd
cd ..
cd overload
call onetest.cmd
cd ..
cd owstl
call onetest.cmd
cd ..
cd perl
call onetest.cmd
cd ..
cd positive
call onetest.cmd
cd ..
cd preproc
call onetest.cmd
cd ..
cd re2c
call onetest.cmd
cd ..
cd re2c05
call onetest.cmd
cd ..
cd sizelist
call onetest.cmd
cd ..
cd splash
call onetest.cmd
cd ..
cd stepanov
call onetest.cmd
cd ..
cd stl.94
call onetest.cmd
cd ..
cd stl.95
call onetest.cmd
cd ..
cd torture
call onetest.cmd
cd ..
cd wclass
call onetest.cmd
cd ..
cd yacl
call onetest.cmd
cd ..
wmake -h clean
wmake -h
wmake -h clean
endlocal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?