codetools: tests: renamed finddeclarationtest to testcodetools

git-svn-id: trunk@50259 -
This commit is contained in:
mattias 2015-11-08 17:19:23 +00:00
parent f0fbc37841
commit cd32c38a07
4 changed files with 20 additions and 20 deletions

4
.gitattributes vendored
View File

@ -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_typehelper.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/fpctests/README.txt 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/pt_thlp1.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/compilers/c/examples/test.c svneol=native#text/plain
components/compilers/c/languages/lazcstrconsts.de.po svneol=native#text/plain

View File

@ -1,22 +1,22 @@
{
Test with:
./finddeclarationtest --format=plain --suite=TTestFindDeclaration
./finddeclarationtest --format=plain --suite=TestFindDeclaration_Basic
./finddeclarationtest --format=plain --suite=TestFindDeclaration_With
./finddeclarationtest --format=plain --suite=TestFindDeclaration_NestedClasses
./finddeclarationtest --format=plain --suite=TestFindDeclaration_ClassHelper
./finddeclarationtest --format=plain --suite=TestFindDeclaration_TypeHelper
./finddeclarationtest --format=plain --suite=TestFindDeclaration_ObjCClass
./finddeclarationtest --format=plain --suite=TestFindDeclaration_ObjCCategory
./testcodetools --format=plain --suite=TTestFindDeclaration
./testcodetools --format=plain --suite=TestFindDeclaration_Basic
./testcodetools --format=plain --suite=TestFindDeclaration_With
./testcodetools --format=plain --suite=TestFindDeclaration_NestedClasses
./testcodetools --format=plain --suite=TestFindDeclaration_ClassHelper
./testcodetools --format=plain --suite=TestFindDeclaration_TypeHelper
./testcodetools --format=plain --suite=TestFindDeclaration_ObjCClass
./testcodetools --format=plain --suite=TestFindDeclaration_ObjCCategory
FPC tests:
./finddeclarationtest --format=plain --suite=TestFindDeclaration_FPCTests
./finddeclarationtest --format=plain --suite=TestFindDeclaration_FPCTests --filemask=t*.pp
./finddeclarationtest --format=plain --suite=TestFindDeclaration_FPCTests --filemask=tchlp41.pp
./testcodetools --format=plain --suite=TestFindDeclaration_FPCTests
./testcodetools --format=plain --suite=TestFindDeclaration_FPCTests --filemask=t*.pp
./testcodetools --format=plain --suite=TestFindDeclaration_FPCTests --filemask=tchlp41.pp
Laz tests:
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests --filemask=t*.pp
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests --filemask=tdefaultproperty1.pp
./testcodetools --format=plain --suite=TestFindDeclaration_LazTests
./testcodetools --format=plain --suite=TestFindDeclaration_LazTests --filemask=t*.pp
./testcodetools --format=plain --suite=TestFindDeclaration_LazTests --filemask=tdefaultproperty1.pp
}
unit finddeclarationtests;

View File

@ -9,7 +9,7 @@
</Flags>
<SessionStorage Value="InIDEConfig"/>
<MainUnit Value="0"/>
<Title Value="finddeclarationtest"/>
<Title Value="testcodetools"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
</General>
@ -42,7 +42,7 @@
</RequiredPackages>
<Units Count="9">
<Unit0>
<Filename Value="finddeclarationtest.lpr"/>
<Filename Value="testcodetools.lpr"/>
<IsPartOfProject Value="True"/>
</Unit0>
<Unit1>
@ -82,7 +82,7 @@
<CompilerOptions>
<Version Value="11"/>
<Target>
<Filename Value="finddeclarationtest"/>
<Filename Value="testcodetools"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -15,7 +15,7 @@
to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
}
program finddeclarationtest;
program testcodetools;
{$mode objfpc}{$H+}