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