diff options
author | Craig A. Berry <craigberry@mac.com> | 2007-04-22 00:50:18 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-04-22 00:50:18 +0000 |
commit | 65e807b815b1236dd131a40c532f9d657948ba20 (patch) | |
tree | 844812fc4990ec0ee4f1ca2b6b7555cdf7b5c10c /t | |
parent | 8bbe96d720ac7fdd2c32da6f4dd8032b43985afd (diff) | |
download | perl-65e807b815b1236dd131a40c532f9d657948ba20.tar.gz |
Make t/harness find the t/mro tests
p4raw-id: //depot/perl@31018
Diffstat (limited to 't')
-rw-r--r-- | t/harness | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'; |