diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-07-19 02:15:37 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-27 15:13:10 +0000 |
commit | 1df3498620ecc1df99a2455e631a135f1710416f (patch) | |
tree | 5eefdb3c46f3a4cd93f5d6352185ac0c5b63a5ac /Makefile.SH | |
parent | 8f33b42a5befbbd0d1d798a463bfe4ac2ba9bf10 (diff) | |
download | perl-1df3498620ecc1df99a2455e631a135f1710416f.tar.gz |
Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
Message-ID: <20030718201537.GA1574@ratsnest.hole>
p4raw-id: //depot/perl@20220
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 08707c5882..8fc5caca35 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1043,7 +1043,7 @@ makedepend: makedepend.SH config.sh 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_harness test_harness_notty \ - minitest coretest + test.bytecompile minitest coretest # Cannot delegate rebuilding of t/perl to make # to allow interlaced test and minitest @@ -1116,6 +1116,11 @@ utest.third ucheck.third: test_prep.third perl.third test_notty.third: test_prep.third perl.third PERL=./perl.third $(MAKE) PERL_DEBUG=PERL_3LOG=1 _test_notty +# Targets for Bytecode/ByteLoader testing. + +test.bytecompile: test_prep + PERL=./perl TEST_ARGS=-bytecompile $(MAKE) _test + # Targets for Deparse testing. test.deparse: test_prep |