Leaked source code of windows server 2003
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.

23 lines
963 B

  1. set foo=MASM500
  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 %%i
  7. for %%i in (listing macop macrogd2 macrogoo not not_and not_or not_xor) do call checknt0 %%i %%i
  8. for %%i in (nullprog or or_and or_xor periodty procgood radixgoo) do call checknt0 %%i %%i
  9. for %%i in (recordgo segment stgcmpgo strucgoo terminat vargood xor) do call checknt0 %%i %%i
  10. for %%i in (xor_and reptgood) do call checknt0 %%i %%i
  11. for %%i in (1 2 3 4) do call checknt0 alpha alpha%%i
  12. for %%i in (1 2 3 4 5) do call checknt0 seq seq%%i
  13. call chknt11 %logfile% %sumfile%
  14. type %logfile% >>%masterlog%
  15. type %sumfile% >>%mastersum%
  16. @echo BUGBUG - %FOO% Doesn't test error output >>%masterlog%
  17. @echo BUGBUG - %FOO% Doesn't test error output >>%mastersum%
  18. @echo END - %FOO% >>%masterlog%
  19. @echo END - %FOO% >>%mastersum%
  20. set foo=