summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2007-04-22 14:34:28 +0000
committerCraig A. Berry <craigberry@mac.com>2007-04-22 14:34:28 +0000
commita2afd30e9deb0557e418d7a2be7b6d880dd5ee21 (patch)
treeba94057b463b3bc8b22d093fe0ca1f03f15f680b /t/harness
parent65e807b815b1236dd131a40c532f9d657948ba20 (diff)
downloadperl-a2afd30e9deb0557e418d7a2be7b6d880dd5ee21.tar.gz
Move Module::Pluggable tests up under main test directory.
p4raw-id: //depot/perl@31019
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 1ca02d9007..e7c1e88271 100644
--- a/t/harness
+++ b/t/harness
@@ -117,6 +117,7 @@ if (@ARGV) {
} else {
warn "$0: cannot open $mani: $!\n";
}
+ push @tests, <Module_Pluggable/*.t>;
push @tests, <pod/*.t>;
push @tests, <x2p/*.t>;
}