lazarus/test
vincents 3cfc2df7f8 tests: cleanup
git-svn-id: trunk@13615 -
2008-01-04 11:38:12 +00:00
..
bugs tests: fixed expectation, probably changed during the autosize improvements 2007-11-05 12:16:17 +00:00
bugtestcase.pas tests: fixed running tests on win64 2007-04-19 20:51:11 +00:00
hello.ahk
readme.txt
runtests.lpi fixed unit path of console test runner 2007-03-07 22:19:54 +00:00
runtests.lpr test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
runtestsgui.lpi tests: cleanup 2008-01-04 11:38:12 +00:00
runtestsgui.lpr test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
testglobals.pas test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +00:00
testlpi.pas tests: cleanup 2008-01-04 11:38:12 +00:00
testunits.pas test: added test for FileUtil.FileIsExecutable 2007-03-07 21:56:22 +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.