From: Jesse Vincent <jesse@bestpractical.com>
Date: Mon, 3 Aug 2009 10:39:07 +0000 (+0100)
Subject: Document what needs to happen when you add a new test directory
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5f2802546ed37b405eb1c4ad1eebe59380cdcf2;p=p5sagit%2Fp5-mst-13.2.git

Document what needs to happen when you add a new test directory
---

diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index b4cfc4f..4c83a12 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -1756,6 +1756,9 @@ so there are some snags (and it would be wonderful for you to brush
 them out), but it basically works that way.  Everything else lives in
 F<t/>.
 
+If you add a new test directory under F<t/>, it is imperative that you 
+add that directory to F<t/HARNESS> and F<t/TEST>.
+
 =over 3
 
 =item F<t/base/>