Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
816 B

  1. set foo=OPERATOR
  2. del %logfile%
  3. del %sumfile%
  4. @echo START - %FOO% >>%masterlog%
  5. @echo START - %FOO% >>%mastersum%
  6. for %%i in (all and arithgoo comment definego equgood extrn if lengthgo) do call checknt0 %%i
  7. for %%i in (listing macop macrogd2 macrogoo not not_and not_or not_xor) do call checknt0 %%i
  8. for %%i in (nullprog or or_and or_xor periodty procgood radixgoo) do call checknt0 %%i
  9. for %%i in (recordgo segment stgcmpgo strucgoo terminat vargood xor) do call checknt0 %%i
  10. for %%i in (xor_and reptgood) do call checknt0 %%i
  11. call chknt11 %logfile% %sumfile%
  12. type %logfile% >>%masterlog%
  13. type %sumfile% >>%mastersum%
  14. @echo BUGBUG - %FOO% Doesn't test error output >>%masterlog%
  15. @echo BUGBUG - %FOO% Doesn't test error output >>%mastersum%
  16. @echo END - %FOO% >>%masterlog%
  17. @echo END - %FOO% >>%mastersum%
  18. set foo=