On Fri, Apr 02, 2004 at 02:12:46PM -0600, Andy Lester wrote:
> > I don't know what you mean by "using prove"?
> 
> prove is a command-line utility that ships with Test::Harness.  It
> allows you to run a specific test or tests, as specified on the command
> line, without having to go through the make test rigamarole. 

I use 'prove' as well and find it to be very useful. Here's a command I
mind use to run all the 'base' tests, plus those for milestones 1
through 3:

prove -I../perllib --ext=.pl base m{1,2,3}

Then if one fails, I can zero in one it and turn on the verbose option:

prove -v -I../perllib m1/shelter_add_edit_func.pl

        Mark    

--
 . . . . . . . . . . . . . . . . . . . . . . . . . . . 
   Mark Stosberg            Principal Developer  
   [EMAIL PROTECTED]     Summersault, LLC     
   765-939-9301 ext 202     database driven websites
 . . . . . http://www.summersault.com/ . . . . . . . .

Reply via email to