mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:59:12 +02:00
codetools: tests: runtestscodetools.lpi
git-svn-id: trunk@53666 -
This commit is contained in:
parent
4b117ef8ba
commit
de98a465dc
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1038,10 +1038,10 @@ components/codetools/tests/moduletests/rt_explodewith.pas svneol=native#text/pla
|
||||
components/codetools/tests/parsertbase.pas svneol=native#text/plain
|
||||
components/codetools/tests/parsertest.lpi svneol=native#text/plain
|
||||
components/codetools/tests/parsertest.lpr svneol=native#text/plain
|
||||
components/codetools/tests/runtestscodetools.lpi svneol=native#text/plain
|
||||
components/codetools/tests/runtestscodetools.lpr svneol=native#text/plain
|
||||
components/codetools/tests/testbasiccodetools.pas svneol=native#text/plain
|
||||
components/codetools/tests/testcfgscript.pas svneol=native#text/plain
|
||||
components/codetools/tests/testcodetools.lpi svneol=native#text/plain
|
||||
components/codetools/tests/testcodetools.lpr svneol=native#text/plain
|
||||
components/codetools/tests/testcompleteblock.pas svneol=native#text/plain
|
||||
components/codetools/tests/testcth2pas.pas svneol=native#text/pascal
|
||||
components/codetools/tests/testctrangescan.pas svneol=native#text/plain
|
||||
|
@ -9,7 +9,7 @@
|
||||
</Flags>
|
||||
<SessionStorage Value="InIDEConfig"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="testcodetools"/>
|
||||
<Title Value="runtestscodetools"/>
|
||||
<UseAppBundle Value="False"/>
|
||||
<ResourceType Value="res"/>
|
||||
</General>
|
||||
@ -39,7 +39,7 @@
|
||||
</RequiredPackages>
|
||||
<Units Count="13">
|
||||
<Unit0>
|
||||
<Filename Value="testcodetools.lpr"/>
|
||||
<Filename Value="runtestscodetools.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
@ -98,7 +98,7 @@
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<Target>
|
||||
<Filename Value="testcodetools"/>
|
||||
<Filename Value="runtestscodetools"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
@ -15,7 +15,7 @@
|
||||
to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
MA 02111-1307, USA.
|
||||
}
|
||||
program testcodetools;
|
||||
program runtestscodetools;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user