source: cprs/branches/HealthSevak-CPRS/BDK50/BDK32_P50/Source/UnitTestMFunStr.dpr@ 1691

Last change on this file since 1691 was 1691, checked in by healthsevak, 9 years ago

Committing the files for first time to this new branch

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