lazarus/test
2007-02-02 23:14:27 +00:00
..
bugs test: moved bugtestcase to runtest project 2007-02-01 14:30:50 +00:00
bugtestcase.pas fpcunit: console testrunner works with new xmlreportwriter if compiled with fpc 2.1.1 2007-02-02 23:14:27 +00:00
hello.ahk
readme.txt
runtests.lpi examples: fixed out of the box compilation by adding a global package links 2007-02-02 14:50:20 +00:00
runtests.lpr test: fixed parsing command line options 2007-02-01 15:07:14 +00:00
runtestsgui.lpi fpcunit: console testrunner works with new xmlreportwriter if compiled with fpc 2.1.1 2007-02-02 23:14:27 +00:00
runtestsgui.lpr test: moved bugtestcase to runtest project 2007-02-01 14:30:50 +00:00
testglobals.pas test: added forgotten file. 2007-02-01 18:45:50 +00:00
testlpi.pas tests: added test projects from lcl\tests to the test suite. 2007-02-02 13:40:34 +00:00

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.