Hi Mark,

Mark Dootson wrote:
> How about setting which tests to run explicitly? The following change to
> Makefile.PL does it.
> 
> 
> my $pgentest = (!$par and $cc) ? ' t/10-parl-generation.t ' : '';
> my $tests = qq(t/00-pod.t$pgentest t/20-pp.t t/30-current_exec.t);
> makemaker_args(
>         test => { TESTS => $tests },
> 
> 
> of course, it means you have to update Makefile.PL if you add extra test
> scripts - but it is the simplest way I could think of.

That's indeed the simplest way to do it, as far as I can see. But then
again, I didn't even think of this :)

I guess we can live with updating Makefile.PL if we add test scripts.

Thanks!

Best regards,
Steffen

Reply via email to