lazarus/debugger/test/Gdbmi/TestGdbmi.lpr
martin a56c51b330 DBG: Tests for environment
git-svn-id: trunk@36910 -
2012-04-19 14:12:26 +00:00

20 lines
403 B
ObjectPascal

program TestGdbmi;
{$mode objfpc}{$H+}
uses
Interfaces, Forms, GuiTestRunner, CompileHelpers,
TestGdbType, TestDisAss,
TestGDBMIControl,
TestBase, TestException, Testwatches, TestBreakPoint, TestEnvironment;
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TGuiTestRunner, TestRunner);
Application.CreateForm(TTestControlForm, TestControlForm);
Application.Run;
end.