lazarus/components/lazdebuggers/lazdebuggerfplldb/test/TestFpLldb.lpr
martin e00a9fb7eb LazDebuggerFp/FpDebug: tests, fp-lldb
git-svn-id: trunk@60010 -
2019-01-05 16:31:44 +00:00

18 lines
303 B
ObjectPascal

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