diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-14 19:13:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-14 19:13:26 +0000 |
commit | 244d9cb7d1d2e3a6aaa13f677e17b42673b10de9 (patch) | |
tree | 3c5ab728150ae02269aa97d367cc88518832927b /t/README | |
parent | 5fef3b4a7f0c97d32160df4fc2eebedccc3910c2 (diff) | |
download | perl-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/README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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/. |