Curtis Hamilton 6a0993de33 Update code to fix test compilation errors. 1 tháng trước cách đây
..
Makefile 6a0993de33 Update code to fix test compilation errors. 1 tháng trước cách đây
Makefile.fpc b4af922d15 Remove tscgiapp.pp from dependency of testsuite executable, as this source was removed by last commit 10 tháng trước cách đây
README.md 0f9d21a098 * Some explanations 1 năm trước cách đây
testsuite.lpi 49183639e0 * Reworked testsuite database 1 năm trước cách đây
testsuite.pp 13ea45d243 * Add tsutils to uses clause 11 tháng trước cách đây
tsconsts.pas 49183639e0 * Reworked testsuite database 1 năm trước cách đây
tsgraph.pas 984a468997 * Color change 10 tháng trước cách đây
tshistory.pas 74180145d7 * Cosmetic changes & correction aDate param 10 tháng trước cách đây
tshtml.pas 2e9b644ceb * Fix wrong format specifier 1 năm trước cách đây
tshttp.pp 117aa5c883 * Correction for creating maps 10 tháng trước cách đây
tssql.pas 17ed4b4d6c * Correctly count all fields 10 tháng trước cách đây

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)