in reply to make test failure stategy
(not sure which ExtUtils::MakeMaker version this requires; I believe it is undocumented).make test TEST_FILES="t/foo.t t/bar.t t/baz*.t"
Verbose output is given by
(should work for ExtUtils::MakeMaker version 5.53_01 and later, plus some earlier versions).make test TEST_VERBOSE=1
Also, you could look at using the prove utility included with recent Test::Harness versions.
|
|---|