Bug#700985: ITP: libmodule-install-extratests-perl -- contextual tests that the harness can ignore
Jonas Smedegaard
dr at jones.dk
Wed Feb 20 04:01:01 UTC 2013
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr at jones.dk>
* Package name : libmodule-install-extratests-perl
Version : 0.008
Upstream Author : Ricardo Signes <rjbs at cpan.org>
* URL : http://search.cpan.org/dist/Module-Install-ExtraTests/
* License : Artistic or GPL-1+
Programming Lang: Perl
Description : contextual tests that the harness can ignore
Module::Install::ExtraTests adds one Module::Install command:
.
extra_tests;
.
This declares that the test files found in the directory ./xt should be
run only in certain instances:
.
./xt/author - run when tests are being run in an author's working copy
./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1)
./xt/release - run during "make disttest"
.
These directories are recurisvely scanned for *.t files. If any
directories or files exist in ./xt that are not recognized, the
Makefile.PL will die.
More information about the pkg-perl-maintainers
mailing list