lazarus/components/leakview/test/TestLeakView.lpr
martin 779c2fa332 LeakView: testcase
git-svn-id: trunk@61712 -
2019-08-16 22:09:58 +00:00

16 lines
246 B
ObjectPascal

program TestLeakView;
{$mode objfpc}{$H+}
uses
Interfaces, Forms, GuiTestRunner, TestParser, leakview, simpleideintf;
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TGuiTestRunner, TestRunner);
Application.Run;
end.