lazarus/components/fpcunit/fpcunittestrunner.pas
mattias 4d3f8c0bb5 added files
git-svn-id: trunk@9519 -
2006-06-28 17:44:11 +00:00

15 lines
223 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit FPCUnitTestRunner;
interface
uses
GuiTestRunner, xmlreporter;
implementation
end.