diff options
author | seb <seb@pkgsrc.org> | 2004-10-31 14:40:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-10-31 14:40:06 +0000 |
commit | f8f5f703f6a5c64f4adefa5b9ef9bc6cf2ebf76e (patch) | |
tree | 0dd78eef89cf5204ee4a0c568b26681ab8c13e5b /devel | |
parent | 6790c9761eaaaa1c2114282b625088a0ecf50dde (diff) | |
download | pkgsrc-f8f5f703f6a5c64f4adefa5b9ef9bc6cf2ebf76e.tar.gz |
Initial import of p5-Test-Builder-Tester version 1.01 in the NetBSD Packages
Collection.
This perl5 module permits helps test testing modules that are built
with Test::Builder.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Builder-Tester/DESCR | 15 | ||||
-rw-r--r-- | devel/p5-Test-Builder-Tester/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Test-Builder-Tester/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Test-Builder-Tester/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Test-Builder-Tester/DESCR b/devel/p5-Test-Builder-Tester/DESCR new file mode 100644 index 00000000000..2261b5ffb78 --- /dev/null +++ b/devel/p5-Test-Builder-Tester/DESCR @@ -0,0 +1,15 @@ +This perl5 module permits helps test testing modules that are built +with Test::Builder. +The testing system is designed to be used by performing a three +step process for each test you wish to test. This process starts +with using test_out and test_err in advance to declare what the +testsuite you are testing will output with Test::Builder to stdout +and stderr. +You then can run the test(s) from your test suite that call +Test::Builder. At this point the output of Test::Builder is safely +captured by Test::Builder::Tester rather than being interpreted as +real test output. +The final stage is to call test_test that will simply compare what +you predeclared to what Test::Builder actually outputted, and report +the results back with a "ok" or "not ok" (with debugging) to the +normal output. diff --git a/devel/p5-Test-Builder-Tester/Makefile b/devel/p5-Test-Builder-Tester/Makefile new file mode 100644 index 00000000000..4b45b16d60b --- /dev/null +++ b/devel/p5-Test-Builder-Tester/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 14:40:06 seb Exp $ + +DISTNAME= Test-Builder-Tester-1.01 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tbt +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= seb@NetBSD.org +COMMENT= Perl5 module to test testsuites built with Test::Builder + +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Builder/Tester/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Builder-Tester/PLIST b/devel/p5-Test-Builder-Tester/PLIST new file mode 100644 index 00000000000..218a491033f --- /dev/null +++ b/devel/p5-Test-Builder-Tester/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/31 14:40:06 seb Exp $ diff --git a/devel/p5-Test-Builder-Tester/distinfo b/devel/p5-Test-Builder-Tester/distinfo new file mode 100644 index 00000000000..bbfd64c20f8 --- /dev/null +++ b/devel/p5-Test-Builder-Tester/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/10/31 14:40:06 seb Exp $ + +SHA1 (Test-Builder-Tester-1.01.tar.gz) = b767668eec5755f3a3bbee3ac592147e75feb29e +Size (Test-Builder-Tester-1.01.tar.gz) = 9792 bytes |