lazarus/components/lazdebuggers/lazdebuggerfp/test/LazDebFpTest.lpr
martin 503598554b LazDebuggerFp: starting testcase
git-svn-id: trunk@59675 -
2018-11-27 01:24:22 +00:00

17 lines
255 B
ObjectPascal

program LazDebFpTest;
{$mode objfpc}{$H+}
uses
TestDbgControlForm,
Interfaces, Forms, GuiTestRunner, TestWatches, TestBase;
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TGuiTestRunner, TestRunner);
Application.Run;
end.