summaryrefslogtreecommitdiffstats
path: root/t/Support/Files.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/Support/Files.pm')
-rw-r--r--t/Support/Files.pm2
1 files changed, 1 insertions, 1 deletions
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) = @_;