mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +02:00
+ include package/hash in regression tests
git-svn-id: trunk@47979 -
(cherry picked from commit 9430436a24
)
This commit is contained in:
parent
3512397408
commit
1d33fb53b1
@ -1,3 +1,5 @@
|
||||
{ %CONFIGFILE=fpcunit-console-defaults.ini testdefaults.ini }
|
||||
|
||||
program tests;
|
||||
|
||||
{$mode objfpc}
|
||||
|
@ -2208,7 +2208,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
|
||||
TESTPACKAGESDIRECTDIRS=rtl-objpas rtl-generics hash
|
||||
TESTPACKAGESDIRECTSUBDIRS=$(addprefix ../packages/,$(addsuffix /tests,$(TESTPACKAGESDIRECTDIRS)))
|
||||
ifdef QUICKTEST
|
||||
export QUICKTEST
|
||||
|
@ -159,7 +159,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
|
||||
TESTPACKAGESDIRECTDIRS=rtl-objpas rtl-generics hash
|
||||
TESTPACKAGESDIRECTSUBDIRS=$(addprefix ../packages/,$(addsuffix /tests,$(TESTPACKAGESDIRECTDIRS)))
|
||||
|
||||
ifdef QUICKTEST
|
||||
|
Loading…
Reference in New Issue
Block a user