Curtis Hamilton 6a6275f51f Merge branch source:main into main hai 3 semanas
..
Makefile 6a0993de33 Update code to fix test compilation errors. hai 1 mes
Makefile.fpc b4af922d15 Remove tscgiapp.pp from dependency of testsuite executable, as this source was removed by last commit hai 10 meses
README.md 0f9d21a098 * Some explanations hai 1 ano
testsuite.lpi 49183639e0 * Reworked testsuite database hai 1 ano
testsuite.pp 13ea45d243 * Add tsutils to uses clause hai 11 meses
tsconsts.pas 49183639e0 * Reworked testsuite database hai 1 ano
tsgraph.pas bfa988e188 Mass typo fixes in comments for tests. hai 3 semanas
tshistory.pas 74180145d7 * Cosmetic changes & correction aDate param hai 10 meses
tshtml.pas 2e9b644ceb * Fix wrong format specifier hai 1 ano
tshttp.pp d8d6c7958f Mass trailing space removal for tests. hai 1 mes
tssql.pas 17ed4b4d6c * Correctly count all fields hai 10 meses

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)