lazarus/components/PascalScript/dunit/ifps3.lpi
martin 03b80bc7f6 PascalScript: port of the original tests
git-svn-id: trunk@39479 -
2012-12-07 23:32:16 +00:00

102 lines
2.6 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<Version Value="9"/>
<PathDelim Value="\"/>
<General>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="ifps3"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<Icon Value="0"/>
</General>
<i18n>
<EnableI18N LFM="False"/>
</i18n>
<VersionInfo>
<StringTable ProductVersion=""/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
</local>
</RunParams>
<RequiredPackages Count="4">
<Item1>
<PackageName Value="pascalscript"/>
</Item1>
<Item2>
<PackageName Value="FPCUnitTestRunner"/>
</Item2>
<Item3>
<PackageName Value="LCL"/>
</Item3>
<Item4>
<PackageName Value="FCL"/>
</Item4>
</RequiredPackages>
<Units Count="5">
<Unit0>
<Filename Value="ifps3.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="ifps3"/>
</Unit0>
<Unit1>
<Filename Value="CompilerTestBase.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="CompilerTestBase"/>
</Unit1>
<Unit2>
<Filename Value="CompilerTestFunctions.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="CompilerTestFunctions"/>
</Unit2>
<Unit3>
<Filename Value="CompilerTestSimple.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="CompilerTestSimple"/>
</Unit3>
<Unit4>
<Filename Value="CompileTestExtended.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="CompileTestExtended"/>
</Unit4>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
</Exceptions>
</Debugging>
</CONFIG>