[Chicago-talk] Test recursively in Makefile.PL

Joel Berger joel.a.berger at gmail.com
Mon Aug 27 11:02:10 PDT 2012


This is rather old and thus possibly out of date, but as of 2006
recursive test directories weren't possible via EUMM

http://www.nntp.perl.org/group/perl.qa/2006/11/msg7405.html

Joel

On Mon, Aug 27, 2012 at 1:00 PM, Joel Berger <joel.a.berger at gmail.com> wrote:
> I know Module::Build has a recursive_test_files option which would do
> what you want. That doesn't help you with EUMM, but I only know M::B.
> If you need to and wanted to switch I could try to help.
>
> Joel Berger
>
> On Mon, Aug 27, 2012 at 12:50 PM, Doug Bell <madcityzen at gmail.com> wrote:
>> I have a number of projects using ExtUtils::MakeMaker and
>> Module::Install. Everything works great except for testing: Only the
>> top level of t/* gets run as tests, not the sub directories.
>>
>> I've tried specifying the TESTS argument to EUMM as '', but this still
>> doesn't glob the subdirectories (though running "prove -r t/*.t
>> t/**/*.t" works as expected).
>>
>> How do I get make test to recurse into subdirectories?
>> _______________________________________________
>> Chicago-talk mailing list
>> Chicago-talk at pm.org
>> http://mail.pm.org/mailman/listinfo/chicago-talk


More information about the Chicago-talk mailing list