lazarus/components/fpcunit/ide
vincents 87ef409de2 + added support for PlainText result writer from Darius
- removed xmlreporter unit, now part of the FCL
* console testrunner doesn't need the LCL

git-svn-id: trunk@9723 -
2006-08-16 14:09:55 +00:00
..
lib
fpcunitide.lpk added to bigide: jpeg, projecttemplates, fpcunit 2006-01-20 23:13:19 +00:00
fpcunitide.pas - removed 1.x specific FindGlobalComponent 2005-06-21 14:41:16 +00:00
fpcunitlazideintf.pas + added support for PlainText result writer from Darius 2006-08-16 14:09:55 +00:00
fpcunitproject1.inc + added support for PlainText result writer from Darius 2006-08-16 14:09:55 +00:00
Makefile win64 fixes (from peter, modified) 2006-05-01 21:47:48 +00:00
Makefile.fpc Makefile custom options are now platform independent 2006-01-21 09:46:15 +00:00
README.txt clean up from Dean Zobec 2004-12-02 22:53:05 +00:00
testcaseopts.lfm added dialog for choosing testcase name from Dean 2005-05-03 07:56:14 +00:00
testcaseopts.lrs set button/bitbtn borderspacing.innerborder to 4 2006-05-22 08:10:49 +00:00
testcaseopts.pas added dialog for choosing testcase name from Dean 2005-05-03 07:56:14 +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.