mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
* include also regexpr test in normal regression tests
git-svn-id: trunk@48105 -
This commit is contained in:
parent
de28024427
commit
63c603cf32
@ -1,3 +1,4 @@
|
||||
{ %norun }
|
||||
unit tcregexp;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ %CONFIGFILE=fpcunit-console-defaults.ini testdefaults.ini }
|
||||
|
||||
program testregexpr;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -2425,7 +2425,7 @@ TESTDIRECTDIRS=
|
||||
TESTSUBDIRS=cg cg/variants cg/cdecl cpu16 cpu16/i8086 library opt $(addprefix units/,$(TESTUNITDIRS))
|
||||
TESTPACKAGESDIRS=win-base webtbs hash fcl-registry fcl-process zlib fcl-db fcl-xml cocoaint bzip2
|
||||
TESTPACKAGESUBDIRS=$(addprefix packages/,$(TESTPACKAGESDIRS))
|
||||
TESTPACKAGESDIRECTDIRS=rtl-objpas rtl-generics hash
|
||||
TESTPACKAGESDIRECTDIRS=rtl-objpas rtl-generics hash regexpr
|
||||
TESTPACKAGESDIRECTSUBDIRS=$(addprefix ../packages/,$(addsuffix /tests,$(TESTPACKAGESDIRECTDIRS)))
|
||||
ifdef QUICKTEST
|
||||
export QUICKTEST
|
||||
|
@ -164,7 +164,7 @@ TESTDIRECTDIRS=
|
||||
TESTSUBDIRS=cg cg/variants cg/cdecl cpu16 cpu16/i8086 library opt $(addprefix units/,$(TESTUNITDIRS))
|
||||
TESTPACKAGESDIRS=win-base webtbs hash fcl-registry fcl-process zlib fcl-db fcl-xml cocoaint bzip2
|
||||
TESTPACKAGESUBDIRS=$(addprefix packages/,$(TESTPACKAGESDIRS))
|
||||
TESTPACKAGESDIRECTDIRS=rtl-objpas rtl-generics hash
|
||||
TESTPACKAGESDIRECTDIRS=rtl-objpas rtl-generics hash regexpr
|
||||
TESTPACKAGESDIRECTSUBDIRS=$(addprefix ../packages/,$(addsuffix /tests,$(TESTPACKAGESDIRECTDIRS)))
|
||||
|
||||
ifdef QUICKTEST
|
||||
|
Loading…
Reference in New Issue
Block a user