diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-10 13:48:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-10 13:48:10 +0000 |
commit | e018f8be847d79ec3f2a470a400d481ec2d7bbd6 (patch) | |
tree | 7c969788feea58f88b8116c7e454c1272a65dbf2 /Makefile.SH | |
parent | 436c6dd385a3b29cadf4fa091af1c55eed665e29 (diff) | |
download | perl-e018f8be847d79ec3f2a470a400d481ec2d7bbd6.tar.gz |
Don't do JAPHs unless doing "make torturetest".
Document the less obvious make test targets.
p4raw-id: //depot/perl@16534
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 2c123c6750..3361b42ae1 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -980,7 +980,7 @@ makedepend: makedepend.SH config.sh .PHONY: test check test_prep test_prep_nodll test_prep_pre _test_prep \ test_tty test-tty _test_tty test_notty test-notty _test_notty \ - utest ucheck test.utf8 check.utf8 \ + 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 \ minitest coretest @@ -1037,6 +1037,11 @@ test-tty: test_tty test-notty: test_notty +# Torture testing + +test.torture torturetest: test_prep + PERL=./perl TEST_ARGS=-torture $(MAKE) _test + # Targets for Third Degree testing. test_prep.third: test_prep perl.third |