mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-04 13:06:33 +02:00

1) localized GUI test runner. Patch from Marcelo B Paula with some corrections. Part of bug #16484. 2) Added GUI test runner translations: Portuguese (from Marcelo B Paula) and Russian. git-svn-id: trunk@25466 -
15 lines
217 B
ObjectPascal
15 lines
217 B
ObjectPascal
{ Este arquivo foi automaticamente criado pelo Lazarus. Não edite!
|
|
Este fonte é usado apenas para compilar e instalar o pacote.
|
|
}
|
|
|
|
unit fpcunittestrunner;
|
|
|
|
interface
|
|
|
|
uses
|
|
GuiTestRunner;
|
|
|
|
implementation
|
|
|
|
end.
|