lazarus/test
2025-01-31 18:37:07 +00:00
..
bugs
customdrawn
ideintf
lazutils Tests: Added tests that check the handling of paths with periods in the CreateRelativePath function 2025-01-31 18:37:07 +00:00
lcltests Add deprecated for old names. More fixes. 2024-09-23 12:44:32 +02:00
manual
semiauto
synedit
testresult-db
.gitignore
bugtestcase.pas
hello.ahk
readme.txt
runtests.lpi
runtests.lpr
runtestsgui.lpi
runtestsgui.lpr
testglobals.pas
testlpi.pas
testunits.pas Tests: Tests for LazFileUtils are available not only for "runtests" program, but also for "runtestsgui" 2025-01-31 09:31:49 +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.