On Tue, Oct 05, 2004 at 02:08:25PM -0400, Geoffrey Young wrote:

> David Wheeler wrote:
> > 
> > Perhaps I should add support for Module::Build's "covertest" action to
> > Apache::TestMB...just tell me what it needs to do.
> 
> I think that all Apache::TestMB would need to do is add a make target that
> looks like this:
> 
> test-cover ::
>       @cover -delete
>       @HARNESS_PERL_SWITCHES=-MDevel::Cover=+inc,$(HOME)/.apache-test
> APACHE_TEST_EXTRA_ARGS=-one-process $(MAKE) test
>       @cover

I wonder whether we shouldn't try to standardise the target name before
it's too late to do so.  Module::Build uses covertest, I've always used
cover, and Geoff has just used test-cover.

I'm not overly concerned, but I'll admit to preferring something
starting with cover, because it completes more easily.  (Yes, I'm that
lazy.  I even have make aliased to n.)

So, standardise on covertest?  Opinions?

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to