lazarus/test
2008-08-20 22:20:19 +00:00
..
bugs tests: added some file related tests 2008-05-27 12:06:31 +00:00
testresult-db testsuite report: fixed colors and drawing of pie chart 2008-08-20 13:23:45 +00:00
bugtestcase.pas tests: log compiler output is compilation of a test project fails. 2008-08-20 15:21:46 +00:00
hello.ahk
readme.txt
runtests.lpi test runner: don't save the compiler output when compiling a project or package, the test rerporter cannot handle long strings, and the test results import cannot handle it either yet 2008-08-20 22:20:19 +00:00
runtests.lpr test: fixed long options of the console test runner 2008-08-18 17:08:14 +00:00
runtestsgui.lpi tests: log compiler output is compilation of a test project fails. 2008-08-20 15:21:46 +00:00
runtestsgui.lpr test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
testglobals.pas tests: log compiler output is compilation of a test project fails. 2008-08-20 15:21:46 +00:00
testlpi.pas test runner: don't save the compiler output when compiling a project or package, the test rerporter cannot handle long strings, and the test results import cannot handle it either yet 2008-08-20 22:20:19 +00:00
testunits.pas tests: added some file related tests 2008-05-27 12:06:31 +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.