From 9b6ec1f545da1cc4088ddf9cc117747954e58e65 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 26 Feb 2016 17:57:55 +0000 Subject: Bug 1069799 - move the QA repository into the main repository r=LpSolit --- t/Support/Files.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 39bacccfc..e06cda738 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -28,7 +28,7 @@ foreach my $extension (@extensions) { find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, $extension); } -our @test_files = glob('t/*.t'); +our @test_files = glob('t/*.t xt/*/*.t'); sub isTestingFile { my ($file) = @_; -- cgit v1.2.3-24-g4f1b