unit regtests; { Add this unit to the main program uses clause. Add all test units to the uses clause here. Avoids messing with the uses clause of the main program(s). } interface uses tcbasereport, tcreportstreamer, tchtmlparser; implementation end.