mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +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"/>
|
||||
</Item4>
|
||||
</RequiredPackages>
|
||||
<Units Count="12">
|
||||
<Units Count="13">
|
||||
<Unit0>
|
||||
<Filename Value="runtestsgui.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -100,16 +100,21 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="lclsemiautotests"/>
|
||||
</Unit11>
|
||||
<Unit12>
|
||||
<Filename Value="lazutils\testlazutils.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="TestLazUtils"/>
|
||||
</Unit12>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="runtestsgui"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="bugs;codetoolstests;lcltests;semiauto"/>
|
||||
<OtherUnitFiles Value="bugs;codetoolstests;lcltests;semiauto;lazutils"/>
|
||||
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
|
@ -23,7 +23,7 @@ program runtestsgui;
|
||||
uses
|
||||
Interfaces, Forms,
|
||||
GuiTestRunner,
|
||||
testunits;
|
||||
testunits, TestLazUtils;
|
||||
|
||||
begin
|
||||
Application.Title:='Run Lazarus tests';
|
||||
|
Loading…
Reference in New Issue
Block a user