Skip to content

Commit

Permalink
skip checkdepend on pmc directories
Browse files Browse the repository at this point in the history
checkdepend doesn't handle inheritance properly, but pmc2c and config/auto/pmc.pm do.
  • Loading branch information
plobsing committed Feb 22, 2011
1 parent ab9ce37 commit a42364c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/src/checkdepend.t
Expand Up @@ -55,6 +55,9 @@ find( { wanted => \&wanted, no_chdir => 1 },
our %deps;

foreach my $file (sort grep /\.[hc]$/, @incfiles) {
# skip pmcs - we don't handle inheritance correctly
next if $file =~ m{^src/(?:dyn)?pmc/};

open my $fh, '<', $file;
my $guts;
{
Expand Down

0 comments on commit a42364c

Please sign in to comment.