testall.bat 228 B

1234567891011
  1. @echo off
  2. rem This batch script should compile all tests.
  3. rem All tests which should run and be ok.
  4. for %%f in ( ts*.bat ) do command /c %%f
  5. rem All tests which crash the compiler.
  6. for %%f in ( tf*.bat ) do command /c %%f