Logoj0ke.net Open Build Service > Projects > devel:perl > perl-Test-Manifest
Sign Up | Log In

Interact with a t/test_manifest file

Test::Harness assumes that you want to run all of the .t files in the t/
directory in ascii-betical order during make test unless you say otherwise.
This leads to some interesting naming schemes for test files to get them in
the desired order. This interesting names ossify when they get into source
control, and get even more interesting as more tests show up.

Test::Manifest overrides the default behaviour by replacing the
test_via_harness target in the Makefile. Instead of running at the t/*.t
files in ascii-betical order, it looks in the t/test_manifest file to
find out which tests you want to run and the order in which you want
to run them. It constructs the right value for MakeMaker to do the right thing.

Authors:
--------
    brian d foy, <bdfoy@cpan.org>

Source Files

Filename Size Changed Actions
Test-Manifest-1.23.tar.bz2 6.6 KB almost 13 years ago Download File
perl-Test-Manifest.changes 1.21 KB almost 13 years ago Download File
perl-Test-Manifest.spec 2.6 KB almost 13 years ago Download File

Latest Revision

hostmaster hostmaster committed almost 13 years ago (revision 1)
osc copypac from project:devel:languages:perl package:perl-Test-Manifest revision:13

Comments for devel:perl (0)