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 /Makefile.SH | |
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 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 64ca7ad683..32856e0350 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1004,7 +1004,7 @@ makedepend: makedepend.SH config.sh test_tty test-tty _test_tty test_notty test-notty _test_notty \ utest ucheck test.utf8 check.utf8 test.torture torturetest \ test.third check.third utest.third ucheck.third test_notty.third \ - test.deparse test_notty.deparse \ + test.deparse test_notty.deparse test_harness \ minitest coretest # Cannot delegate rebuilding of t/perl to make |