On Sat, Feb 17, 2001 at 04:44:38AM -0500, [EMAIL PROTECTED] wrote:
>
> t/lib/ should look something lib/. Instead of 't/lib/ansicolor.t' it
> should be 't/lib/Term-ANSIColor.t' or perhaps
> 't/lib/Term/ANSIColor.t'. For a module with multiple test files, it
> would be (Test.pm as the example):
>
> t/lib/Test/fail.t
> t/lib/Test/mix.t
> t/lib/Test/onfail.t
> t/lib/Test/qr.t
Back when I was an active p5p'er (rather than just watching from the
sidelines from time to time) I understood the plan was to have tests for
ext/Foo live in ext/Foo/t/*.t just like normal CPAN/MakeMaker modules.
A perl 'make test' would run the perl test suite and then do a 'make test'
in each of the ext/* modules.
Why not follow that path?
Tim.