Margers d8d6c7958f Mass trailing space removal for tests. há 3 semanas atrás
..
Makefile 4f471afa2f Regenerate all tests Makefile's after last change to fpcmake.ini há 3 meses atrás
Makefile.fpc b4af922d15 Remove tscgiapp.pp from dependency of testsuite executable, as this source was removed by last commit há 10 meses atrás
README.md 0f9d21a098 * Some explanations há 11 meses atrás
testsuite.lpi 49183639e0 * Reworked testsuite database há 11 meses atrás
testsuite.pp 13ea45d243 * Add tsutils to uses clause há 10 meses atrás
tsconsts.pas 49183639e0 * Reworked testsuite database há 11 meses atrás
tsgraph.pas 984a468997 * Color change há 10 meses atrás
tshistory.pas 74180145d7 * Cosmetic changes & correction aDate param há 10 meses atrás
tshtml.pas 2e9b644ceb * Fix wrong format specifier há 11 meses atrás
tshttp.pp d8d6c7958f Mass trailing space removal for tests. há 2 semanas atrás
tssql.pas 17ed4b4d6c * Correctly count all fields há 10 meses atrás

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)