fpc/tests/utils/testsuite
2025-02-28 15:12:19 +02:00
..
Makefile * update makefiles 2025-02-28 15:12:19 +02: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 * Fix wrong format specifier 2025-01-29 13:15:27 +01:00
tshttp.pp * Forgot to commit 2025-01-25 20:39:00 +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)