mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
+ Renamed testcgi to testez and added testcgi
This commit is contained in:
parent
1eae29e931
commit
82336bdd8a
@ -212,7 +212,7 @@ else
|
||||
UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
||||
endif
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||
override TARGET_PROGRAMS+=stringl dparser fstream mstream list threads testrtf cfgtest xmldump htdump testcgi tidea b64test b64test2 b64enc b64dec restest testz testz2 istream doecho testol testcont txmlreg testreg tstelcmd testapp
|
||||
override TARGET_PROGRAMS+=stringl dparser fstream mstream list threads testrtf cfgtest xmldump htdump testez tidea b64test b64test2 b64enc b64dec restest testz testz2 istream doecho testol testcont txmlreg testreg tstelcmd testapp testcgi
|
||||
ifeq ($(OS_TARGET),linux)
|
||||
override TARGET_PROGRAMS+=sockcli isockcli dsockcli socksvr isocksvr dsocksvr testhres testnres testsres testrhre testrnre testrsre testur
|
||||
endif
|
||||
|
@ -4,10 +4,10 @@
|
||||
|
||||
[target]
|
||||
programs=stringl dparser fstream mstream list threads testrtf \
|
||||
cfgtest xmldump htdump testcgi tidea \
|
||||
cfgtest xmldump htdump testez tidea \
|
||||
b64test b64test2 b64enc b64dec restest testz testz2 \
|
||||
istream doecho testol testcont txmlreg testreg tstelcmd \
|
||||
testapp
|
||||
testapp testcgi
|
||||
programs_win32=showver testproc testhres testnres testsres testrhre \
|
||||
testrnre testrsre testur
|
||||
programs_linux=sockcli isockcli dsockcli socksvr isocksvr dsocksvr \
|
||||
|
@ -26,7 +26,7 @@ testrtf.pp TRTFParser object from rtfpars (MVC)
|
||||
cfgtest.pp Example for using XML read/write as cfg file (SG)
|
||||
xmldump.pp xml dump program (SG)
|
||||
htdump.pp htdump dumps XL IDL definition as ObjectPascal classes (MVC)
|
||||
testcgi.pp test program for ezcgi class (MH)
|
||||
testez.pp test program for ezcgi class (MH)
|
||||
tidea.pp test program for IDEA encryption/decryption streams (MVC)
|
||||
b64test.pp test program for base64 encoding streams (SG)
|
||||
b64test2.pp test program for base64 encoding streams (SG)
|
||||
@ -56,5 +56,6 @@ txmlreg.pp Test of xmlreg unit (xml-like registry) (MVC)
|
||||
testreg.pp Test of registry unit. (MVC)
|
||||
tstelcmd.pp Test of eventlog unit, command-line version.
|
||||
tstelgtk.pp Test of eventlog unit, FPGTK version. Not built by default. (MVC)
|
||||
testur.pp Test of TURIParser class
|
||||
testapp.pp Test of TCustomApplication
|
||||
testur.pp Test of TURIParser class. (MVC)
|
||||
testapp.pp Test of TCustomApplication. (MVC)
|
||||
testcgi.pp Test of TCGIApplication class. (MVC)
|
||||
|
Loading…
Reference in New Issue
Block a user