mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 21:37:11 +02:00
tests: use different output directories for console and gui
git-svn-id: trunk@47307 -
This commit is contained in:
parent
d60b73afb1
commit
898f5b6149
@ -1,4 +1,4 @@
|
|||||||
unit testpagecontrol;
|
unit TestPageControl;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="bugs;lcltests;codetoolstests;lazutils"/>
|
<OtherUnitFiles Value="bugs;lcltests;codetoolstests;lazutils"/>
|
||||||
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="unitsconsole\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Conditionals Value="if defined(EnableCTRange) then
|
<Conditionals Value="if defined(EnableCTRange) then
|
||||||
CustomOptions += '-dEnableCTRange';"/>
|
CustomOptions += '-dEnableCTRange';"/>
|
||||||
@ -106,6 +106,7 @@
|
|||||||
<Unit5>
|
<Unit5>
|
||||||
<Filename Value="testunits.pas"/>
|
<Filename Value="testunits.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="testunits"/>
|
||||||
</Unit5>
|
</Unit5>
|
||||||
<Unit6>
|
<Unit6>
|
||||||
<Filename Value="lcltests\testpen.pas"/>
|
<Filename Value="lcltests\testpen.pas"/>
|
||||||
@ -124,6 +125,7 @@
|
|||||||
<Unit9>
|
<Unit9>
|
||||||
<Filename Value="lazutils\testlazutils.pas"/>
|
<Filename Value="lazutils\testlazutils.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="TestLazUtils"/>
|
||||||
</Unit9>
|
</Unit9>
|
||||||
<Unit10>
|
<Unit10>
|
||||||
<Filename Value="codetoolstests\testctxmlfixfragments.pas"/>
|
<Filename Value="codetoolstests\testctxmlfixfragments.pas"/>
|
||||||
@ -136,7 +138,6 @@
|
|||||||
<Unit12>
|
<Unit12>
|
||||||
<Filename Value="codetoolstests\teststdcodetools.pas"/>
|
<Filename Value="codetoolstests\teststdcodetools.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="TestStdCodetools"/>
|
|
||||||
</Unit12>
|
</Unit12>
|
||||||
<Unit13>
|
<Unit13>
|
||||||
<Filename Value="lazutils\testlazxml.pas"/>
|
<Filename Value="lazutils\testlazxml.pas"/>
|
||||||
|
@ -46,57 +46,46 @@
|
|||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="runtestsgui.lpr"/>
|
<Filename Value="runtestsgui.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="runtestsgui"/>
|
|
||||||
</Unit0>
|
</Unit0>
|
||||||
<Unit1>
|
<Unit1>
|
||||||
<Filename Value="testlpi.pas"/>
|
<Filename Value="testlpi.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="TestLpi"/>
|
|
||||||
</Unit1>
|
</Unit1>
|
||||||
<Unit2>
|
<Unit2>
|
||||||
<Filename Value="testglobals.pas"/>
|
<Filename Value="testglobals.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="testglobals"/>
|
|
||||||
</Unit2>
|
</Unit2>
|
||||||
<Unit3>
|
<Unit3>
|
||||||
<Filename Value="bugs\bug8432.pas"/>
|
<Filename Value="bugs\bug8432.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="bug8432"/>
|
|
||||||
</Unit3>
|
</Unit3>
|
||||||
<Unit4>
|
<Unit4>
|
||||||
<Filename Value="bugs\testfileutil.pas"/>
|
<Filename Value="bugs\testfileutil.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="testfileutil"/>
|
|
||||||
</Unit4>
|
</Unit4>
|
||||||
<Unit5>
|
<Unit5>
|
||||||
<Filename Value="testunits.pas"/>
|
<Filename Value="testunits.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="testunits"/>
|
|
||||||
</Unit5>
|
</Unit5>
|
||||||
<Unit6>
|
<Unit6>
|
||||||
<Filename Value="bugs\testfileproc.pas"/>
|
<Filename Value="bugs\testfileproc.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="testfileproc"/>
|
|
||||||
</Unit6>
|
</Unit6>
|
||||||
<Unit7>
|
<Unit7>
|
||||||
<Filename Value="bugtestcase.pas"/>
|
<Filename Value="bugtestcase.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="BugTestCase"/>
|
|
||||||
</Unit7>
|
</Unit7>
|
||||||
<Unit8>
|
<Unit8>
|
||||||
<Filename Value="lcltests\testpen.pas"/>
|
<Filename Value="lcltests\testpen.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="TestPen"/>
|
|
||||||
</Unit8>
|
</Unit8>
|
||||||
<Unit9>
|
<Unit9>
|
||||||
<Filename Value="semiauto\semiautotest.pas"/>
|
<Filename Value="semiauto\semiautotest.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="semiautotest"/>
|
|
||||||
</Unit9>
|
</Unit9>
|
||||||
<Unit10>
|
<Unit10>
|
||||||
<Filename Value="semiauto\idesemiautotests.pas"/>
|
<Filename Value="semiauto\idesemiautotests.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="idesemiautotests"/>
|
|
||||||
</Unit10>
|
</Unit10>
|
||||||
<Unit11>
|
<Unit11>
|
||||||
<Filename Value="semiauto\lclsemiautotests.pas"/>
|
<Filename Value="semiauto\lclsemiautotests.pas"/>
|
||||||
@ -106,12 +95,10 @@
|
|||||||
<Unit12>
|
<Unit12>
|
||||||
<Filename Value="lazutils\testlazutils.pas"/>
|
<Filename Value="lazutils\testlazutils.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="TestLazUtils"/>
|
|
||||||
</Unit12>
|
</Unit12>
|
||||||
<Unit13>
|
<Unit13>
|
||||||
<Filename Value="lcltests\testpagecontrol.pas"/>
|
<Filename Value="lcltests\testpagecontrol.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="testpagecontrol"/>
|
|
||||||
</Unit13>
|
</Unit13>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
@ -123,7 +110,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="bugs;codetoolstests;lcltests;semiauto;lazutils"/>
|
<OtherUnitFiles Value="bugs;codetoolstests;lcltests;semiauto;lazutils"/>
|
||||||
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="unitsgui\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Parsing>
|
<Parsing>
|
||||||
<SyntaxOptions>
|
<SyntaxOptions>
|
||||||
@ -135,11 +122,5 @@
|
|||||||
<UseHeaptrc Value="True"/>
|
<UseHeaptrc Value="True"/>
|
||||||
</Debugging>
|
</Debugging>
|
||||||
</Linking>
|
</Linking>
|
||||||
<Other>
|
|
||||||
<CompilerMessages>
|
|
||||||
<UseMsgFile Value="True"/>
|
|
||||||
</CompilerMessages>
|
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
|
||||||
</Other>
|
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
Loading…
Reference in New Issue
Block a user