Make t/harness find the t/mro tests
Craig A. Berry [Sun, 22 Apr 2007 00:50:18 +0000 (00:50 +0000)]
p4raw-id: //depot/perl@31018

t/harness

index 8c8ffaa..1ca02d9 100644 (file)
--- 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';