diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-08-03 11:39:07 +0100 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-08-03 12:09:16 +0100 |
commit | d5f2802546ed37b405eb1c4ad1eebe59380cdcf2 (patch) | |
tree | d85d9b5b6926c2e4f465ac57eb7cacf5f51c4a15 /pod | |
parent | 6b77813cba2b9de442593ad735cdba0fd2a4c5f0 (diff) | |
download | perl-d5f2802546ed37b405eb1c4ad1eebe59380cdcf2.tar.gz |
Document what needs to happen when you add a new test directory
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlhack.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index b4cfc4fe6d..4c83a12658 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/> |