lazarus/test
2025-01-31 18:37:07 +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 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 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 tests: clean up 2015-01-05 13:31:42 +00:00
synedit SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL. 2016-12-21 22:35:05 +00:00
testresult-db tests: fixed combining date+time 2015-02-07 12:10:03 +00:00
.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 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.