mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-18 19:45:56 +02:00
codetools: tests: renamed finddeclarationtest to testcodetools
git-svn-id: trunk@50259 -
This commit is contained in:
parent
f0fbc37841
commit
cd32c38a07
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -993,8 +993,6 @@ components/codetools/tests/fdt_objccategory.pas svneol=native#text/plain
|
|||||||
components/codetools/tests/fdt_objcclass.pas svneol=native#text/plain
|
components/codetools/tests/fdt_objcclass.pas svneol=native#text/plain
|
||||||
components/codetools/tests/fdt_typehelper.pas svneol=native#text/plain
|
components/codetools/tests/fdt_typehelper.pas svneol=native#text/plain
|
||||||
components/codetools/tests/fdt_with.pas svneol=native#text/plain
|
components/codetools/tests/fdt_with.pas svneol=native#text/plain
|
||||||
components/codetools/tests/finddeclarationtest.lpi svneol=native#text/plain
|
|
||||||
components/codetools/tests/finddeclarationtest.lpr svneol=native#text/plain
|
|
||||||
components/codetools/tests/finddeclarationtests.pas svneol=native#text/plain
|
components/codetools/tests/finddeclarationtests.pas svneol=native#text/plain
|
||||||
components/codetools/tests/fpctests/README.txt svneol=native#text/plain
|
components/codetools/tests/fpctests/README.txt svneol=native#text/plain
|
||||||
components/codetools/tests/fpctests/tchlp14.pp svneol=native#text/plain
|
components/codetools/tests/fpctests/tchlp14.pp svneol=native#text/plain
|
||||||
@ -1033,6 +1031,8 @@ components/codetools/tests/parsertest.lpi svneol=native#text/plain
|
|||||||
components/codetools/tests/parsertest.lpr svneol=native#text/plain
|
components/codetools/tests/parsertest.lpr svneol=native#text/plain
|
||||||
components/codetools/tests/pt_thlp1.pas svneol=native#text/plain
|
components/codetools/tests/pt_thlp1.pas svneol=native#text/plain
|
||||||
components/codetools/tests/pt_thlp2.pas svneol=native#text/plain
|
components/codetools/tests/pt_thlp2.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/unitdictionary.pas svneol=native#text/plain
|
components/codetools/unitdictionary.pas svneol=native#text/plain
|
||||||
components/compilers/c/examples/test.c svneol=native#text/plain
|
components/compilers/c/examples/test.c svneol=native#text/plain
|
||||||
components/compilers/c/languages/lazcstrconsts.de.po svneol=native#text/plain
|
components/compilers/c/languages/lazcstrconsts.de.po svneol=native#text/plain
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
Test with:
|
Test with:
|
||||||
./finddeclarationtest --format=plain --suite=TTestFindDeclaration
|
./testcodetools --format=plain --suite=TTestFindDeclaration
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_Basic
|
./testcodetools --format=plain --suite=TestFindDeclaration_Basic
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_With
|
./testcodetools --format=plain --suite=TestFindDeclaration_With
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_NestedClasses
|
./testcodetools --format=plain --suite=TestFindDeclaration_NestedClasses
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_ClassHelper
|
./testcodetools --format=plain --suite=TestFindDeclaration_ClassHelper
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_TypeHelper
|
./testcodetools --format=plain --suite=TestFindDeclaration_TypeHelper
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_ObjCClass
|
./testcodetools --format=plain --suite=TestFindDeclaration_ObjCClass
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_ObjCCategory
|
./testcodetools --format=plain --suite=TestFindDeclaration_ObjCCategory
|
||||||
|
|
||||||
FPC tests:
|
FPC tests:
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_FPCTests
|
./testcodetools --format=plain --suite=TestFindDeclaration_FPCTests
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_FPCTests --filemask=t*.pp
|
./testcodetools --format=plain --suite=TestFindDeclaration_FPCTests --filemask=t*.pp
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_FPCTests --filemask=tchlp41.pp
|
./testcodetools --format=plain --suite=TestFindDeclaration_FPCTests --filemask=tchlp41.pp
|
||||||
Laz tests:
|
Laz tests:
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests
|
./testcodetools --format=plain --suite=TestFindDeclaration_LazTests
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests --filemask=t*.pp
|
./testcodetools --format=plain --suite=TestFindDeclaration_LazTests --filemask=t*.pp
|
||||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests --filemask=tdefaultproperty1.pp
|
./testcodetools --format=plain --suite=TestFindDeclaration_LazTests --filemask=tdefaultproperty1.pp
|
||||||
}
|
}
|
||||||
unit finddeclarationtests;
|
unit finddeclarationtests;
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</Flags>
|
</Flags>
|
||||||
<SessionStorage Value="InIDEConfig"/>
|
<SessionStorage Value="InIDEConfig"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<Title Value="finddeclarationtest"/>
|
<Title Value="testcodetools"/>
|
||||||
<UseAppBundle Value="False"/>
|
<UseAppBundle Value="False"/>
|
||||||
<ResourceType Value="res"/>
|
<ResourceType Value="res"/>
|
||||||
</General>
|
</General>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="9">
|
<Units Count="9">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="finddeclarationtest.lpr"/>
|
<Filename Value="testcodetools.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
</Unit0>
|
</Unit0>
|
||||||
<Unit1>
|
<Unit1>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="finddeclarationtest"/>
|
<Filename Value="testcodetools"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
@ -15,7 +15,7 @@
|
|||||||
to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||||
MA 02111-1307, USA.
|
MA 02111-1307, USA.
|
||||||
}
|
}
|
||||||
program finddeclarationtest;
|
program testcodetools;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user