[Chicago-talk] Test recursively in Makefile.PL

Doug Bell madcityzen at gmail.com
Mon Aug 27 10:50:21 PDT 2012


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?


More information about the Chicago-talk mailing list