+ Renamed testcgi to testez and added testcgi

This commit is contained in:
michael 2003-05-29 15:54:18 +00:00
parent 1eae29e931
commit 82336bdd8a
3 changed files with 7 additions and 6 deletions

View File

@ -212,7 +212,7 @@ else
UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET)) UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
endif endif
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra) 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) ifeq ($(OS_TARGET),linux)
override TARGET_PROGRAMS+=sockcli isockcli dsockcli socksvr isocksvr dsocksvr testhres testnres testsres testrhre testrnre testrsre testur override TARGET_PROGRAMS+=sockcli isockcli dsockcli socksvr isocksvr dsocksvr testhres testnres testsres testrhre testrnre testrsre testur
endif endif

View File

@ -4,10 +4,10 @@
[target] [target]
programs=stringl dparser fstream mstream list threads testrtf \ 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 \ b64test b64test2 b64enc b64dec restest testz testz2 \
istream doecho testol testcont txmlreg testreg tstelcmd \ istream doecho testol testcont txmlreg testreg tstelcmd \
testapp testapp testcgi
programs_win32=showver testproc testhres testnres testsres testrhre \ programs_win32=showver testproc testhres testnres testsres testrhre \
testrnre testrsre testur testrnre testrsre testur
programs_linux=sockcli isockcli dsockcli socksvr isocksvr dsocksvr \ programs_linux=sockcli isockcli dsockcli socksvr isocksvr dsocksvr \

View File

@ -26,7 +26,7 @@ testrtf.pp TRTFParser object from rtfpars (MVC)
cfgtest.pp Example for using XML read/write as cfg file (SG) cfgtest.pp Example for using XML read/write as cfg file (SG)
xmldump.pp xml dump program (SG) xmldump.pp xml dump program (SG)
htdump.pp htdump dumps XL IDL definition as ObjectPascal classes (MVC) 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) tidea.pp test program for IDEA encryption/decryption streams (MVC)
b64test.pp test program for base64 encoding streams (SG) b64test.pp test program for base64 encoding streams (SG)
b64test2.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) testreg.pp Test of registry unit. (MVC)
tstelcmd.pp Test of eventlog unit, command-line version. tstelcmd.pp Test of eventlog unit, command-line version.
tstelgtk.pp Test of eventlog unit, FPGTK version. Not built by default. (MVC) tstelgtk.pp Test of eventlog unit, FPGTK version. Not built by default. (MVC)
testur.pp Test of TURIParser class testur.pp Test of TURIParser class. (MVC)
testapp.pp Test of TCustomApplication testapp.pp Test of TCustomApplication. (MVC)
testcgi.pp Test of TCGIApplication class. (MVC)