lazarus/test
2009-09-04 11:05:31 +00:00
..
bugs * LCL: fixed ExtractFileNameWithoutExt and test (issue #14470) 2009-09-04 11:05:31 +00:00
codetoolstests codetools test: added test for try if finally 2009-08-23 12:57:23 +00:00
lcltests
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
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.