summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-04-14 19:13:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-04-14 19:13:26 +0000
commit244d9cb7d1d2e3a6aaa13f677e17b42673b10de9 (patch)
tree3c5ab728150ae02269aa97d367cc88518832927b /t/README
parent5fef3b4a7f0c97d32160df4fc2eebedccc3910c2 (diff)
downloadperl-244d9cb7d1d2e3a6aaa13f677e17b42673b10de9.tar.gz
More docs about running tests and the test suite.
Update perlhack.pod in various places. Add 'test_harness' as a .PHONY dependency in the Makefile. p4raw-id: //depot/perl@19206
Diffstat (limited to 't/README')
-rw-r--r--t/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/README b/t/README
index a20b481871..c129720ae2 100644
--- a/t/README
+++ b/t/README
@@ -26,6 +26,6 @@ That is, they should not require Config.pm nor should they require any
extensions to have been built. TEST will abort if any tests in the
t/base/ directory fail.
-Tests in the t/comp/, t/cmd/, t/run/, t/io/, and t/op/ directories should
-also be runnable by miniperl and not require Config.pm, but failures
-to comply will not cause TEST to abort like for t/base/.
+Tests in the t/comp/, t/cmd/, t/run/, t/io/, t/op/ and t/uni/ directories
+should also be runnable by miniperl and not require Config.pm, but
+failures to comply will not cause TEST to abort like for t/base/.