Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / components / anchordocking / tests / TestAnchorDocking.lpr
Size: Mime:
program TestAnchorDocking;

{$mode objfpc}{$H+}

uses
  Interfaces, Forms, GuiTestRunner, TestADRestore, anchordockpkg;

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TGuiTestRunner, TestRunner);
  Application.Run;
end.