lazarus/test
2009-04-10 15:33:23 +00:00
..
bugs
lcltests tests: added test for UTF8CharacterToUnicode 2009-02-18 00:22:47 +00:00
testresult-db
bugtestcase.pas lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc 2009-04-10 15:33:23 +00:00
hello.ahk
readme.txt
runtests.lpi
runtests.lpr
runtestsgui.lpi tests: added test for UTF8CharacterToUnicode 2009-02-18 00:22:47 +00:00
runtestsgui.lpr
testglobals.pas
testlpi.pas lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc 2009-04-10 15:33:23 +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.


On windows it will run the programs and interact with them using autohotkey.
Currently this is only used with the hello example.