From: Vincent Pit Date: Sat, 6 Dec 2008 15:41:15 +0000 (+0100) Subject: Append SRC_TEST="do" to ebuilds, so that tests are run when FEATURES have 'test' set X-Git-Tag: v0.04~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=618b1d146b03f524caa0d2737ec5589d02b3056d Append SRC_TEST="do" to ebuilds, so that tests are run when FEATURES have 'test' set --- diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index e5c40fb..164361c 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -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 {