mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 23:03:48 +02:00
codetools: tests: renamed fdtbase to finddeclarationtests.pas
git-svn-id: trunk@50258 -
This commit is contained in:
parent
0135b416cb
commit
f0fbc37841
.gitattributes
components/codetools/tests
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -993,9 +993,9 @@ 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/fdtbase.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
|
||||
components/codetools/tests/fpctests/tchlp15.pp svneol=native#text/plain
|
||||
|
@ -46,7 +46,7 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="fdtbase.pas"/>
|
||||
<Filename Value="finddeclarationtests.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
|
@ -21,7 +21,7 @@ program finddeclarationtest;
|
||||
|
||||
uses
|
||||
Classes, sysutils, consoletestrunner, dom, fpcunit, CodeToolManager,
|
||||
CodeToolsConfig, LazLogger, fdtbase, fdt_classhelper,
|
||||
CodeToolsConfig, LazLogger, finddeclarationtests, fdt_classhelper,
|
||||
{$IF FPC_FULLVERSION >= 30101}
|
||||
fdt_typehelper,
|
||||
{$ENDIF}
|
||||
|
@ -18,7 +18,7 @@
|
||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests --filemask=t*.pp
|
||||
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests --filemask=tdefaultproperty1.pp
|
||||
}
|
||||
unit fdtbase;
|
||||
unit finddeclarationtests;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user