regtests.pp 265 B

123456789101112131415
  1. unit regtests;
  2. {
  3. Add this unit to the main program uses clause.
  4. Add all test units to the uses clause here.
  5. Avoids messing with the uses clause of the main program(s).
  6. }
  7. interface
  8. uses
  9. tcbasereport, tcreportstreamer, tchtmlparser;
  10. implementation
  11. end.