I was going to suggest just using find(1) to pass the list of test
directories to prove. You should be able to do something like this from a
shell:

# prove -v $(find t -type d -not -name 'dont_run')


I didn't test it myself but found myself doing something similar last week,
let us know which route you end up taking.

On Mon, Oct 24, 2011 at 5:46 AM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 <da...@cpan.org> wrote:

> I think Test::Less (recommended) and Test::Slow already do that.
>

Reply via email to