lazarus/components/fpcunit/fpcunittestrunner.lpk
vincents 47a0d38538 regenerated Makefile
git-svn-id: trunk@9525 -
2006-06-29 05:56:29 +00:00

67 lines
1.8 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
<Name Value="FPCUnitTestRunner"/>
<Author Value="Vincent Snijders"/>
<CompilerOptions>
<Version Value="5"/>
<SearchPaths>
<OtherUnitFiles Value="$(LazarusDir)/components/synedit/units/$(TargetCPU)-$(TargetOS)/"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Other>
<CompilerPath Value="$(CompPath)"/>
<CreateMakefileOnBuild Value="True"/>
</Other>
</CompilerOptions>
<Description Value="FPCUnit gui test runner form"/>
<License Value="LGPL"/>
<Version Minor="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>
<PackageName Value="SynEdit"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
<MinVersion Major="1" Valid="True"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)/"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>