From: Florian Ragwitz Date: Fri, 23 Jan 2009 07:38:32 +0000 (+0000) Subject: Run the pure perl tests on the smokers. X-Git-Tag: 0.77~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f582060a147cfc4208f446d5b53bb4d944912116;p=gitmo%2FClass-MOP.git Run the pure perl tests on the smokers. --- diff --git a/Makefile.PL b/Makefile.PL index c2c5b76..d46d24f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -150,7 +150,7 @@ package MY; sub postamble { my $pp_tests = join q{ }, ::get_pp_tests(); - my $test_dep = $::has_compiler && ::is_maintainer() + my $test_dep = $::has_compiler && (::is_maintainer() || $ENV{AUTOMATED_TESTING}); ? 'pure_all :: pp_tests' : '';