lazarus/components/macroscript/editormacroscript.pas
martin 47c1423ff2 MacroScript: start selftests
git-svn-id: trunk@42256 -
2013-08-02 08:01:20 +00:00

22 lines
425 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit EditorMacroScript;
interface
uses
RegisterEMS, EMScriptMacro, EMScriptClasses, EMSSelfTest, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('RegisterEMS', @RegisterEMS.Register);
end;
initialization
RegisterPackage('EditorMacroScript', @Register);
end.