mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +02:00
tests: added test for codetools FindBlockStart
git-svn-id: trunk@33913 -
This commit is contained in:
parent
bfdacf99d4
commit
51ce9975e3
@ -39,7 +39,7 @@
|
||||
<PackageName Value="LCL"/>
|
||||
</Item4>
|
||||
</RequiredPackages>
|
||||
<Units Count="12">
|
||||
<Units Count="13">
|
||||
<Unit0>
|
||||
<Filename Value="runtests.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -100,10 +100,15 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="TestCTH2Pas"/>
|
||||
</Unit11>
|
||||
<Unit12>
|
||||
<Filename Value="codetoolstests\teststdcodetools.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="TestStdCodetools"/>
|
||||
</Unit12>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="bugs;lcltests;codetoolstests"/>
|
||||
@ -129,12 +134,6 @@
|
||||
<StackChecks Value="True"/>
|
||||
</Checks>
|
||||
</CodeGeneration>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<GenerateDebugInfo Value="True"/>
|
||||
<DebugInfoType Value="dsAuto"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
|
@ -24,9 +24,7 @@ uses
|
||||
Classes, consoletestrunner,
|
||||
testglobals, testunits, dom,
|
||||
{Unit needed to set the LCL version and widget set name}
|
||||
LCLVersion, InterfaceBase, Interfaces,
|
||||
// testing codetools
|
||||
TestCTXMLFixFragments, TestCTRangeScan, TestCTH2Pas, TestCompleteBlock;
|
||||
LCLVersion, InterfaceBase, Interfaces;
|
||||
|
||||
type
|
||||
|
||||
|
@ -30,7 +30,8 @@ uses
|
||||
TestLpi, BugTestCase,
|
||||
bug8432, testfileutil, testfileproc,
|
||||
// codetools
|
||||
TestBasicCodetools,
|
||||
TestBasicCodetools, TestCTXMLFixFragments, TestCTRangeScan, TestCTH2Pas,
|
||||
TestCompleteBlock, TestStdCodetools,
|
||||
// lcltests
|
||||
testunicode, testpen, TestPreferredSize
|
||||
{$IFNDEF NoSemiAutomatedTests}
|
||||
|
Loading…
Reference in New Issue
Block a user