lazarus/components/fpdebug/test/FpTest.lpr
martin 513a42d90d FPDebug: testcase
git-svn-id: trunk@43867 -
2014-02-02 23:33:29 +00:00

17 lines
271 B
ObjectPascal

program FpTest;
{$mode objfpc}{$H+}
uses
Interfaces, Forms, GuiTestRunner, TestPascalParser, TestTypeInfo, TestHelperClasses,
TestDwarfSetup1;
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TGuiTestRunner, TestRunner);
Application.Run;
end.