24 lines
940 B
Batchfile
24 lines
940 B
Batchfile
|
set foo=MASM500
|
||
|
del %logfile%
|
||
|
del %sumfile%
|
||
|
@echo START - %FOO% >>%masterlog%
|
||
|
@echo START - %FOO% >>%mastersum%
|
||
|
|
||
|
for %%i in (all and arithgoo comment definego equgood extrn if lengthgo) do call checknt0 %%i %%i
|
||
|
for %%i in (listing macop macrogd2 macrogoo not not_and not_or not_xor) do call checknt0 %%i %%i
|
||
|
for %%i in (nullprog or or_and or_xor periodty procgood radixgoo) do call checknt0 %%i %%i
|
||
|
for %%i in (recordgo segment stgcmpgo strucgoo terminat vargood xor) do call checknt0 %%i %%i
|
||
|
for %%i in (xor_and reptgood) do call checknt0 %%i %%i
|
||
|
|
||
|
for %%i in (1 2 3 4) do call checknt0 alpha alpha%%i
|
||
|
for %%i in (1 2 3 4 5) do call checknt0 seq seq%%i
|
||
|
|
||
|
call chknt11 %logfile% %sumfile%
|
||
|
type %logfile% >>%masterlog%
|
||
|
type %sumfile% >>%mastersum%
|
||
|
@echo BUGBUG - %FOO% Doesn't test error output >>%masterlog%
|
||
|
@echo BUGBUG - %FOO% Doesn't test error output >>%mastersum%
|
||
|
@echo END - %FOO% >>%masterlog%
|
||
|
@echo END - %FOO% >>%mastersum%
|
||
|
set foo=
|