Nikolay Nikolov 97fde50101 * regen makefiles пре 5 месеци
..
Makefile 97fde50101 * regen makefiles пре 5 месеци
Makefile.fpc b4af922d15 Remove tscgiapp.pp from dependency of testsuite executable, as this source was removed by last commit пре 5 месеци
README.md 0f9d21a098 * Some explanations пре 6 месеци
testsuite.lpi 49183639e0 * Reworked testsuite database пре 6 месеци
testsuite.pp 13ea45d243 * Add tsutils to uses clause пре 5 месеци
tsconsts.pas 49183639e0 * Reworked testsuite database пре 6 месеци
tsgraph.pas 984a468997 * Color change пре 5 месеци
tshistory.pas 74180145d7 * Cosmetic changes & correction aDate param пре 5 месеци
tshtml.pas 2e9b644ceb * Fix wrong format specifier пре 6 месеци
tshttp.pp 117aa5c883 * Correction for creating maps пре 5 месеци
tssql.pas 17ed4b4d6c * Correctly count all fields пре 5 месеци

README.md

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)