lazarus/test
2024-09-23 09:19:02 +00:00
..
bugs LazUtils tests: Add a unit test for TestUTF8CompareLatinTextFast. Issue #40014. Cleanup. 2024-01-28 14:16:04 +02:00
customdrawn Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn. 2024-07-29 12:26:08 +02:00
ideintf ide: extended TrimSearchPath to consider star directories 2023-08-03 14:28:11 +02:00
lazutils Using TStringArray from SysUtils instead of creating new types for "array of string" 2024-09-23 09:19:02 +00:00
lcltests IDE, test: fix mem-leak / based on MR !316 2024-08-21 22:35:53 +02:00
manual Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn. 2024-07-29 12:26:08 +02:00
semiauto
synedit SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
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 LazUtils tests: Add a unit test for TestUTF8CompareLatinTextFast. Issue #40014. Cleanup. 2024-01-28 14:16:04 +02:00
runtests.lpr LazUtils tests: Add a unit test for TestUTF8CompareLatinTextFast. Issue #40014. Cleanup. 2024-01-28 14:16:04 +02:00
runtestsgui.lpi Tests: Add the -WG option to the runtestsgui.lpi project so that the terminal window does not appear on Windows 2024-08-21 19:53:50 +00:00
runtestsgui.lpr LazUtils tests: Add a unit test for TestUTF8CompareLatinTextFast. Issue #40014. Cleanup. 2024-01-28 14:16:04 +02:00
testglobals.pas ideconfig: added RelateDirectoryMasks and tests 2023-07-31 13:30:36 +02:00
testlpi.pas LazUtils tests: Add a unit test for TestUTF8CompareLatinTextFast. Issue #40014. Cleanup. 2024-01-28 14:16:04 +02:00
testunits.pas LazUtils tests: Add a unit test for TestUTF8CompareLatinTextFast. Issue #40014. Cleanup. 2024-01-28 14:16:04 +02: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.