On Apr 2, 2004, at 4:59 PM, Andy Lester wrote:

Sure, but even better is to run only the tests that need to be run, which is a key part of prove. You can run "prove -Mblib t/mytest.t" instead of the entire "make test" suite.


When I'm using Module::Build, I do this:


Build test --test_files t/mytest.t


And actually, I have a shell alias set up so it just becomes:


t t/mytest.t

-Ken



Reply via email to