lazarus/test
2007-04-02 09:45:39 +00:00
..
bugs LCL: fixed TComboBox.SelText (bug #8450) based on patch by Tom 2007-04-02 09:45:39 +00:00
bugtestcase.pas LCL: use CompareValue for comparing MapIDs to prevent overflow (bug #8432) 2007-03-02 15:39:03 +00:00
hello.ahk added fpcunit tests that compile the examples 2006-09-09 20:11:36 +00:00
readme.txt added fpcunit tests that compile the examples 2006-09-09 20:11:36 +00:00
runtests.lpi fixed unit path of console test runner 2007-03-07 22:19:54 +00:00
runtests.lpr test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
runtestsgui.lpi test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
runtestsgui.lpr test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
testglobals.pas test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
testlpi.pas tests: added test projects from lcl\tests to the test suite. 2007-02-02 13:40:34 +00:00
testunits.pas test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +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.