source:
cprs/branches/tmg-cprs/BDK32/Source/UnitTestMFunStr.dpr@
893
Last change on this file since 893 was 453, checked in by , 16 years ago | |
---|---|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[453] | 1 | program UnitTestMFunStr; |
2 | ||
3 | uses | |
4 | Forms, | |
5 | TestFramework, | |
6 | GuiTestRunner, | |
7 | uUnitTestMFunStr in 'uUnitTestMFunStr.pas'; | |
8 | ||
9 | {$R *.RES} | |
10 | ||
11 | begin | |
12 | Application.Initialize; | |
13 | GuiTestRunner.RunRegisteredTests; | |
14 | end. |
Note:
See TracBrowser
for help on using the repository browser.