lazarus/test
2007-03-06 22:29:27 +00:00
..
bugs test: made test program for 8437 suitable for automated testing 2007-03-06 22:29:27 +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 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 LCL: use CompareValue for comparing MapIDs to prevent overflow (bug #8432) 2007-03-02 15:39:03 +00:00
runtestsgui.lpr LCL: use CompareValue for comparing MapIDs to prevent overflow (bug #8432) 2007-03-02 15:39:03 +00:00
testglobals.pas LCL: use CompareValue for comparing MapIDs to prevent overflow (bug #8432) 2007-03-02 15:39:03 +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.