]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Append SRC_TEST="do" to ebuilds, so that tests are run when FEATURES have 'test' set
authorVincent Pit <vince@profvince.com>
Sat, 6 Dec 2008 15:41:15 +0000 (16:41 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 6 Dec 2008 15:41:15 +0000 (16:41 +0100)
lib/CPANPLUS/Dist/Gentoo.pm

index e5c40fb979a59ba935d60050dc8b38caa01e54a2..164361c4389e1d72c6b22ef64d7cde0ea1f6ee0c 100644 (file)
@@ -253,6 +253,7 @@ sub create {
            . ' )';
   } @{$stat->deps};
  $d   .= "\"\n";
+ $d   .= "SRC_TEST=\"do\"\n";
 
  my $file = $stat->eb_file;
  open my $eb, '>', $file or do {