mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
added files
git-svn-id: trunk@9519 -
This commit is contained in:
parent
63254bde1f
commit
4d3f8c0bb5
@ -19,11 +19,27 @@
|
||||
<Description Value="FPCUnit gui test runner form"/>
|
||||
<License Value="LGPL"/>
|
||||
<Version Minor="1"/>
|
||||
<Files Count="1">
|
||||
<Files Count="5">
|
||||
<Item1>
|
||||
<Filename Value="guitestrunner.pas"/>
|
||||
<UnitName Value="GuiTestRunner"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<Filename Value="xmlreporter.pas"/>
|
||||
<UnitName Value="xmlreporter"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Filename Value="blueball.xpm"/>
|
||||
<Type Value="Text"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<Filename Value="guitestrunner.lfm"/>
|
||||
<Type Value="LFM"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<Filename Value="guitestrunner.lrs"/>
|
||||
<Type Value="LRS"/>
|
||||
</Item5>
|
||||
</Files>
|
||||
<RequiredPkgs Count="3">
|
||||
<Item1>
|
||||
|
@ -7,7 +7,7 @@ unit FPCUnitTestRunner;
|
||||
interface
|
||||
|
||||
uses
|
||||
GuiTestRunner;
|
||||
GuiTestRunner, xmlreporter;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user