Repository URL to install this package:
|
Version:
2.0.10 ▾
|
lazarus-project
/
usr
/
share
/
lazarus
/
2.0.10
/
components
/
anchordocking
/
tests
/
TestAnchorDocking.lpr
|
|---|
program TestAnchorDocking;
{$mode objfpc}{$H+}
uses
Interfaces, Forms, GuiTestRunner, TestADRestore, anchordockpkg;
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TGuiTestRunner, TestRunner);
Application.Run;
end.