diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 09:45:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 09:45:20 +0000 |
commit | 2788b970ec932cb316a419395e698515a5e8efd2 (patch) | |
tree | 9b5cffc10511faeda911fc732abf979228c9e4d0 /devel/Makefile | |
parent | Update to 0.24 (based on SQLite 2.7.6). (diff) |
New port: Test::Class - Easily create test classes in an xUnit style
Test::Class provides a simple way of creating classes and
objects to test your code in an xUnit style.
Built using Test::Builder it is designing to work with other
Test::Builder based modules (Test::More, Test::Differences,
Test::Exception, etc.)
Note: This module will make more sense if you are already
familiar with the "standard" mechanisms for testing perl
code. Those unfamiliar with Test::Harness, Test::Simple,
Test::More and friends should go take a look at them now.
PR: ports/47589
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=74817
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6f47ce40297b..e8913166149f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -631,6 +631,7 @@ SUBDIR += p5-Term-Screen SUBDIR += p5-Term-Size SUBDIR += p5-Test-Builder-Tester + SUBDIR += p5-Test-Class SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Harness |