lazarus/test
2008-08-18 06:11:11 +00:00
..
bugs tests: added some file related tests 2008-05-27 12:06:31 +00:00
testresult-db testsuite reporting: added support for selecting on lazarus version 2008-08-18 06:11:11 +00:00
bugtestcase.pas tests: fixed running tests on win64 2007-04-19 20:51:11 +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 lazarus tests: console test runner stores test environment data in the test results 2008-08-14 13:22:03 +00:00
runtests.lpr further work on the lazarus test suite database 2008-08-17 20:30:16 +00:00
runtestsgui.lpi lazarus tests: console test runner stores test environment data in the test results 2008-08-14 13:22:03 +00:00
runtestsgui.lpr test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
testglobals.pas further work on the lazarus test suite database 2008-08-17 20:30:16 +00:00
testlpi.pas further work on the lazarus test suite database 2008-08-17 20:30:16 +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.