summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authormichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-30 08:28:13 +0000
committermichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-30 08:28:13 +0000
commit7ed1cfda68c0a97290cf0e739193579fef9d02c4 (patch)
tree1476256b04f4617a4048e881977733dda5d2c5dd /tests/Makefile
parentcaea9a629b917bd56e12e5165a9e7058bae59582 (diff)
downloadfpc-7ed1cfda68c0a97290cf0e739193579fef9d02c4.tar.gz
* Patch from Noel Duffy to implement DNS over TCP and test
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@48455 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f0ba7823a8..e908b07b74 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -2423,7 +2423,7 @@ LOGEXT=.testlog .tbslog .tbflog .webtbslog .webtbflog
TESTUNITDIRS=system dos crt objects strings sysutils math sharemem strutils matrix lineinfo ucomplex fpwidestring cpu fmtbcd windows classes character dateutil fpcunit softfpu variants sortbase sortalgs linux unixutil types nullable
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
+TESTPACKAGESDIRS=win-base webtbs hash fcl-registry fcl-process zlib fcl-db fcl-xml cocoaint bzip2 fcl-net
TESTPACKAGESUBDIRS=$(addprefix packages/,$(TESTPACKAGESDIRS))
TESTPACKAGESDIRECTDIRS=rtl-objpas rtl-generics hash regexpr fcl-registry
TESTPACKAGESDIRECTSUBDIRS=$(addprefix ../packages/,$(addsuffix /tests,$(TESTPACKAGESDIRECTDIRS)))