[Chicago-talk] Test recursively in Makefile.PL

Doug Bell madcityzen at gmail.com
Mon Aug 27 12:11:24 PDT 2012


Just detection and running the right commands in Jenkins, which is a
good opportunity for me to refactor all that for better code reuse.

On Aug 27, 2012, at 2:08 PM, Joel Berger <joel.a.berger at gmail.com> wrote:

> What additions to the deploy process (other than the command names?)?
>
> On Mon, Aug 27, 2012 at 1:57 PM, Doug Bell <madcityzen at gmail.com> wrote:
>> And M::B works and seems like a quick migration plus some small
>> additions to my deploy processes. Thanks everybody!
>>
>> On 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
>>> _______________________________________________
>>> Chicago-talk mailing list
>>> Chicago-talk at pm.org
>>> http://mail.pm.org/mailman/listinfo/chicago-talk
>> _______________________________________________
>> Chicago-talk mailing list
>> Chicago-talk at pm.org
>> http://mail.pm.org/mailman/listinfo/chicago-talk
> _______________________________________________
> 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