lazarus/components/fpcunit/console/fpcunitconsolerunner.pas
vincents 810d321780 created package for console test runner
git-svn-id: trunk@10089 -
2006-10-17 20:01:34 +00:00

15 lines
217 B
ObjectPascal

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