diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-12-03 19:02:50 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-12-03 19:02:50 +0100 |
commit | 5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05 (patch) | |
tree | febe727b833b60f60027f403eb13c1da4d18b1e5 /t/Support/Files.pm | |
parent | 0d02249ab821358506048f922abba078770730fd (diff) | |
download | bugs-5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05.tar bugs-5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05.tar.gz bugs-5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05.tar.bz2 bugs-5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05.tar.xz bugs-5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05.zip |
Bug 817634: Tests in t/ should also check themselves where appropriate
r=glob a=LpSolit
Diffstat (limited to 't/Support/Files.pm')
-rw-r--r-- | t/Support/Files.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 4b6297852..ed011a374 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -24,6 +24,8 @@ foreach my $extension (@extensions) { find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, $extension); } +@test_files = glob('t/*.t'); + sub isTestingFile { my ($file) = @_; my $exclude; |