X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate.t;h=e0713791e59152bb702240d51d9384304c244d19;hp=6722046ee6807f0bb696acf6a94ff49b87e62bdb;hb=8ae5aabd9cdab481eeb9f885eff96ad5fb768b55;hpb=e8e8895a9f69e9438fd2278db03e75fa303f7532 diff --git a/t/aggregate.t b/t/aggregate.t index 6722046..e071379 100644 --- a/t/aggregate.t +++ b/t/aggregate.t @@ -1,10 +1,16 @@ -#!perl - use strict; use warnings; use FindBin; use lib "$FindBin::Bin/lib"; +use File::Spec::Functions 'catfile', 'updir'; + +BEGIN { + unless (-e catfile $FindBin::Bin, updir, '.aggregating') { + require Test::More; + Test::More::plan(skip_all => 'No test aggregation requested'); + } +} BEGIN { unless (eval { require Test::Aggregate; Test::Aggregate->VERSION('0.364'); 1 }) {