[Chicago-talk] Test recursively in Makefile.PL

Doug Bell madcityzen at gmail.com
Mon Aug 27 11:54:46 PDT 2012


On Aug 27, 2012, at 1:45 PM, Andy Lester <andy at petdance.com> wrote:


On Aug 27, 2012, at 12:50 PM, Doug Bell wrote:

How do I get make test to recurse into subdirectories?


Did you try it with just specifying a top level directory name ("t/")
instead of the files ("t/*.t")?

prove was written to operate on directories if files weren't specified,
like how ack works on directories and you don't have to specify files.
 That behavior is still there in prove today, but I don't know about doing
it through EUMM and however it talks to the harness.


I gave it a try, but it doesn't work as the TESTS argument to EUMM, because
EUMM uses Test::Harness::runtests() directly.

So I've started porting this first module to M::B to see what happens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/chicago-talk/attachments/20120827/e137dbe1/attachment.html>


More information about the Chicago-talk mailing list