lazarus/test
2008-04-29 08:39:55 +00:00
..
bugs tests: fixed compilation with fpc 2.3.1 (which doesn't allow to pass literal const to formal const parameters) 2008-04-07 12:09:02 +00:00
testresult-db tests: added cgi program for displaying the results, based on fpc's testsuite program 2008-04-29 08:39:55 +00:00
bugtestcase.pas tests: fixed running tests on win64 2007-04-19 20:51:11 +00:00
hello.ahk
readme.txt
runtests.lpi tests: fixed compilation with fpc 2.3.1 (which doesn't allow to pass literal const to formal const parameters) 2008-04-07 12:09:02 +00:00
runtests.lpr
runtestsgui.lpi tests: cleanup 2008-01-04 11:38:12 +00:00
runtestsgui.lpr
testglobals.pas
testlpi.pas tests: cleanup 2008-01-04 11:38:12 +00:00
testunits.pas

This directory contains test written with fpcunit. It contains two projects: 
* runtests.lpi for running the tests using the fpcunit console runner.
* runtestsgui.lpi for running the tests using the fpcunit gui runner.

The first test suite compiles the example project from the example dir.

On windows it will run the programs and interact with them using autohotkey.