home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / recio213.zip / test.bat < prev    next >
DOS Batch File  |  1995-09-05  |  490b  |  24 lines

  1. @echo off
  2. cls
  3. echo Regression Test
  4. echo.
  5. rem TESTCHG
  6. testchg <testchg.dat >testchg.tst
  7. dif testchg.out testchg.tst
  8. if not errorlevel 1 del testchg.tst
  9. rem
  10. rem TESTCHP
  11. testchp >testchp.tst
  12. dif testchp.out testchp.tst
  13. if not errorlevel 1 del testchp.tst
  14. rem
  15. rem TESTCOG
  16. testcog <testcog.dat >testcog.tst
  17. dif testcog.out testcog.tst
  18. if not errorlevel 1 del testcog.tst
  19. rem
  20. rem TESTCOP
  21. testcop >testcop.tst
  22. dif testcop.out testcop.tst
  23. if not errorlevel 1 del testcop.tst
  24.