lazarus/test
mattias 1c3176f304 tests: added tests for resolvedots
git-svn-id: trunk@56186 -
2017-10-25 10:28:35 +00:00
..
bugs tests: test ResolveDots 2017-10-25 10:19:31 +00:00
customdrawn
ideintf tests: updated TTestMenuIntf.TestPopupMenuVisible 2017-06-06 10:19:45 +00:00
lazutils tests: added tests for resolvedots 2017-10-25 10:28:35 +00:00
lcltests
manual
semiauto
synedit
testresult-db
bugtestcase.pas
hello.ahk
readme.txt
runtests.lpi tests: test ResolveDots 2017-10-25 10:19:31 +00:00
runtests.lpr tests: test ResolveDots 2017-10-25 10:19:31 +00:00
runtestsgui.lpi tests: updated TTestMenuIntf.TestPopupMenuVisible 2017-06-06 10:19:45 +00:00
runtestsgui.lpr
testglobals.pas
testlpi.pas
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.

=== Project runtests.lpi =======================================================

Build it and run it in a terminal without parameters will give you a list of
parameters:
./runtests


=== Project runtestsgui.lpi ====================================================

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