X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1d91e75c53e7da5bf2c1b334f5aeecf241dc5ec4..b186a8eb0ff43ca1d67e7416f1eef2d11bf4501a:/t/Support/Files.pm diff --git a/t/Support/Files.pm b/t/Support/Files.pm index e485561a3..b91f44f8f 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -39,6 +39,8 @@ use File::Find; @files = glob('*'); find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, 'SL'); +find(sub { push(@files, $File::Find::name) if $_ =~ /\.pl$/;}, qw(bin/mozilla sql/Pg-upgrade2)); +find(sub { push(@files, $File::Find::name) if $_ =~ /\.html$/;}, qw(templates/webpages)); sub have_pkg { my ($pkg) = @_;