Allow aggregating specific tests only
Florian Ragwitz [Fri, 3 Dec 2010 17:46:45 +0000 (17:46 +0000)]
t/aggregate.t

index 7943b5b..660c5fe 100644 (file)
@@ -14,7 +14,7 @@ BEGIN {
 }
 
 my $tests = Test::Aggregate->new({
-    dirs          => 't/aggregate',
+    (@ARGV ? (tests => \@ARGV) : (dirs => 't/aggregate')),
     verbose       => 0,
     set_filenames => 1,
     findbin       => 1,