From 5ac0fa098c1812d9b5c57e8844ec1f44ed1cde05 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 3 Dec 2012 19:02:50 +0100 Subject: Bug 817634: Tests in t/ should also check themselves where appropriate r=glob a=LpSolit --- t/Support/Files.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/Support') 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; -- cgit v1.2.3-24-g4f1b