ac30ee6740
dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime) to 5.800. A common problem with many test suites is that they can take a long time to run. The longer they run, the less likely you are to run the tests. This module borrows a trick from Apache::Registry to load up your tests at once, create a separate package for each test and wraps each package in a method named run_the_tests. This allows us to load perl only once and related modules only once. If you have modules which are expensive to load, this can dramatically speed up a test suite.
24 lines
780 B
Makefile
24 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 19:37:57 sno Exp $
|
|
|
|
DISTNAME= Test-Aggregate-0.35
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Aggregate/
|
|
COMMENT= Aggregate *.t tests to make them run faster
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-Test-Harness>=3.09:../../devel/p5-Test-Harness
|
|
DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
DEPENDS+= p5-Data-Dump-Streamer>=1.11:../../devel/p5-Data-Dump-Streamer
|
|
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0.74:../../devel/p5-Test-Simple
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Test/Aggregate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|