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

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)