lazarus/test
2023-07-31 13:30:36 +02:00
..
bugs Tests: Fix compilation of RunTests project with a recent FPC. 2020-06-09 11:43:46 +00:00
customdrawn Icons: Replace lazarus-icon of demo/example projects by new smaller version (Roland Hahn). 2022-01-14 21:20:10 +01:00
ideintf ideconfig: added RelateDirectoryMasks and tests 2023-07-31 13:30:36 +02:00
lazutils Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
lcltests Tests: Fix compilation of RunTests project with a recent FPC. 2020-06-09 11:43:46 +00:00
manual Icons: Replace lazarus-icon of demo/example projects by new smaller version (Roland Hahn). 2022-01-14 21:20:10 +01:00
semiauto
synedit
testresult-db
.gitignore ideconfig: added RelateDirectoryMasks and tests 2023-07-31 13:30:36 +02:00
bugtestcase.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
hello.ahk
readme.txt
runtests.lpi ideconfig: added RelateDirectoryMasks and tests 2023-07-31 13:30:36 +02:00
runtests.lpr ideconfig: added RelateDirectoryMasks and tests 2023-07-31 13:30:36 +02:00
runtestsgui.lpi LCL/ListView: Fix TListview in cocoa hanging after fb64d6ef4d (related to issue #39693). 2022-04-04 15:55:11 +02:00
runtestsgui.lpr general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
testglobals.pas ideconfig: added RelateDirectoryMasks and tests 2023-07-31 13:30:36 +02:00
testlpi.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
testunits.pas TEST: TListView; Fix dragging (with/without MultiSelect), avoid 2nd context-menu event, fix order for mouse up/down/click/popup events. Issue #0035362, Issue #0035917 and related 2020-04-18 19:29:06 +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.

=== 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.