lazarus/components/lazdebuggergdbmi/test/gdbmitestutils/gdbmitestutils.pas
martin 42a0598520 Gdbmi: Test helper package, missing file
git-svn-id: trunk@61781 -
2019-08-29 01:30:05 +00:00

22 lines
382 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit GdbmiTestUtils;
{$warn 5023 off : no warning about unused units}
interface
uses
TestBase, TestWatchUtils, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('GdbmiTestUtils', @Register);
end.