lazarus/components/fpcunit/ide
maxim 6f5d42e5f5 Components, FPCUnit:
1) Localized IDE register interface. Patch from Marcelo B Paula, bug #16330 with some changes (removed two unnecessary and potentially dangerous localizations).
2) Added Portuguese and Russian translations.

git-svn-id: trunk@24900 -
2010-04-25 00:25:29 +00:00
..
languages Components, FPCUnit: 2010-04-25 00:25:29 +00:00
lib
fpcunitide.lpk Components, FPCUnit: 2010-04-25 00:25:29 +00:00
fpcunitide.pas - removed 1.x specific FindGlobalComponent 2005-06-21 14:41:16 +00:00
fpcunitlazideintf.pas Components, FPCUnit: 2010-04-25 00:25:29 +00:00
fpcunitproject1.inc fpc unit console runner: 2006-11-10 06:52:18 +00:00
fpcunitproject1.pas fpc unit console runner: 2006-11-10 06:52:18 +00:00
Makefile reverted revison 17284: useful parts can be committed in seperate commits 2008-11-08 19:39:33 +00:00
Makefile.fpc reverted revison 17284: useful parts can be committed in seperate commits 2008-11-08 19:39:33 +00:00
README.txt clean up from Dean Zobec 2004-12-02 22:53:05 +00:00
testcaseopts.lfm components: replace poDesktopCenter with poScreenCenter (who needs window between 2 monitors?) 2008-03-08 02:40:22 +00:00
testcaseopts.pas fpcunit: convert forms to use fpc resources 2010-01-15 03:11:12 +00:00

Package fpcunit

This package is a designtime package for the Lazarus IDE.
It adds a new project type and a new unit type to the IDE.

This unit adds a new project type and a new unit type to the IDE.
    New Project Type:
      FPCUnit Application - A Free Pascal program for FPCUnit tests.
      
    New Unit Type:
      FPCUnit test - A unit with a unit test.