source: cprs/branches/tmg-cprs/BDK32/Source/UnitTestBroker.dpr@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 217 bytes
Line 
1program UnitTestBroker;
2
3uses
4 Forms,
5 TestFramework,
6 GuiTestRunner,
7 uUnitTestBroker in 'uUnitTestBroker.pas';
8
9{$R *.RES}
10
11begin
12 Application.Initialize;
13 GuiTestRunner.RunRegisteredTests;
14end.
Note: See TracBrowser for help on using the repository browser.