summaryrefslogtreecommitdiffstats
path: root/t/Support
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-12-03 19:02:50 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-03 19:02:50 +0100
commit5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05 (patch)
treefebe727b833b60f60027f403eb13c1da4d18b1e5 /t/Support
parent0d02249ab821358506048f922abba078770730fd (diff)
downloadbugzilla-5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05.tar.gz
bugzilla-5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05.tar.xz
Bug 817634: Tests in t/ should also check themselves where appropriate
r=glob a=LpSolit
Diffstat (limited to 't/Support')
-rw-r--r--t/Support/Files.pm2
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;