fpc/tests/utils/testsuite
Michaël Van Canneyt 0f9d21a098 * Some explanations
2025-01-25 20:33:42 +01:00
..
Makefile * Reworked testsuite database 2025-01-25 20:29:31 +01:00
Makefile.fpc * Reworked testsuite database 2025-01-25 20:29:31 +01:00
README.md * Some explanations 2025-01-25 20:33:42 +01:00
testsuite.lpi * Reworked testsuite database 2025-01-25 20:29:31 +01:00
testsuite.pp * Some explanations 2025-01-25 20:33:42 +01:00
tscgiapp.pp * Reworked testsuite database 2025-01-25 20:29:31 +01:00
tsconsts.pas * Reworked testsuite database 2025-01-25 20:29:31 +01:00
tsgraph.pas * Reworked testsuite database 2025-01-25 20:29:31 +01:00
tshistory.pas * Reworked testsuite database 2025-01-25 20:29:31 +01:00
tshtml.pas * Reworked testsuite database 2025-01-25 20:29:31 +01:00
tssql.pas * Reworked testsuite database 2025-01-25 20:29:31 +01:00

Testsuite CGI program

The testsuite program is constructed so it can be compiled in 2 ways:

  • as a standalone HTTP server - suitable for testing the code.
  • as a CGI script - suitable for production in a low-traffic site

By default, the program is compiled as a .cgi program.

To compile it as a http server, compile with the httpserver define (-dhttpserver)