fpc/tests/utils/testsuite
2025-04-08 21:30:26 +00:00
..
Makefile Regenerate all Makefile's after: Change resource string extension variable RSTEXT to '.rsj' 2025-04-08 21:30:26 +00:00
Makefile.fpc Remove tscgiapp.pp from dependency of testsuite executable, as this source was removed by last commit 2025-03-03 22:04:05 +00: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 * Add tsutils to uses clause 2025-03-02 11:59:46 +01:00
tsconsts.pas * Reworked testsuite database 2025-01-25 20:29:31 +01:00
tsgraph.pas * Color change 2025-03-09 10:55:49 +01:00
tshistory.pas * Cosmetic changes & correction aDate param 2025-03-09 10:55:49 +01:00
tshtml.pas * Fix wrong format specifier 2025-01-29 13:15:27 +01:00
tshttp.pp * Correction for creating maps 2025-03-09 10:55:49 +01:00
tssql.pas * Correctly count all fields 2025-03-09 10:55:49 +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)