mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 07:42:59 +02:00
tests: fixed compilation
git-svn-id: trunk@38473 -
This commit is contained in:
parent
8acfab6158
commit
a86057b6f4
@ -39,7 +39,7 @@
|
|||||||
<PackageName Value="CodeTools"/>
|
<PackageName Value="CodeTools"/>
|
||||||
</Item4>
|
</Item4>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="12">
|
<Units Count="13">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="runtestsgui.lpr"/>
|
<Filename Value="runtestsgui.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@ -100,16 +100,21 @@
|
|||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="lclsemiautotests"/>
|
<UnitName Value="lclsemiautotests"/>
|
||||||
</Unit11>
|
</Unit11>
|
||||||
|
<Unit12>
|
||||||
|
<Filename Value="lazutils\testlazutils.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="TestLazUtils"/>
|
||||||
|
</Unit12>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="runtestsgui"/>
|
<Filename Value="runtestsgui"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="bugs;codetoolstests;lcltests;semiauto"/>
|
<OtherUnitFiles Value="bugs;codetoolstests;lcltests;semiauto;lazutils"/>
|
||||||
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Parsing>
|
<Parsing>
|
||||||
|
@ -23,7 +23,7 @@ program runtestsgui;
|
|||||||
uses
|
uses
|
||||||
Interfaces, Forms,
|
Interfaces, Forms,
|
||||||
GuiTestRunner,
|
GuiTestRunner,
|
||||||
testunits;
|
testunits, TestLazUtils;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title:='Run Lazarus tests';
|
Application.Title:='Run Lazarus tests';
|
||||||
|
Loading…
Reference in New Issue
Block a user