summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2007-04-22 00:50:18 +0000
committerCraig A. Berry <craigberry@mac.com>2007-04-22 00:50:18 +0000
commit65e807b815b1236dd131a40c532f9d657948ba20 (patch)
tree844812fc4990ec0ee4f1ca2b6b7555cdf7b5c10c /t/harness
parent8bbe96d720ac7fdd2c32da6f4dd8032b43985afd (diff)
downloadperl-65e807b815b1236dd131a40c532f9d657948ba20.tar.gz
Make t/harness find the t/mro tests
p4raw-id: //depot/perl@31018
Diffstat (limited to 't/harness')
-rw-r--r--t/harness1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/harness b/t/harness
index 8c8ffaa36d..1ca02d9007 100644
--- a/t/harness
+++ b/t/harness
@@ -80,6 +80,7 @@ if (@ARGV) {
push @tests, <io/*.t>;
push @tests, <op/*.t>;
push @tests, <uni/*.t>;
+ push @tests, <mro/*.t>;
push @tests, <lib/*.t>;
push @tests, <japh/*.t> if $torture;
push @tests, <win32/*.t> if $^O eq 'MSWin32';