diff options
author | Paul Johnson <paul@pjcj.net> | 2001-08-29 02:11:38 +0200 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-28 23:54:57 +0000 |
commit | 5a6e071df79535e06d0295e4c341673b1eeb8efc (patch) | |
tree | 47457e6117447f9ead38ced1da152010f977c9ec /Makefile.SH | |
parent | 17639bde299d25109390c82720c805c9f43b1309 (diff) | |
download | perl-5a6e071df79535e06d0295e4c341673b1eeb8efc.tar.gz |
make coretest
Message-Id: <20010829001138.B12169@pjcj.net>
(Applied without the change to perlhack.pod. This should
probably stay undocumented.)
p4raw-id: //depot/perl@11773
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 64081d7ca6..81858b2268 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -941,7 +941,7 @@ makedepend: makedepend.SH config.sh utest ucheck test.utf8 check.utf8 \ test.third check.third utest.third ucheck.third test_notty.third \ test.deparse test_notty.deparse \ - minitest + minitest coretest # Cannot delegate rebuilding of t/perl to make # to allow interlaced test and minitest @@ -986,6 +986,9 @@ test_notty: test_prep utest ucheck test.utf8 check.utf8: test_prep PERL=./perl TEST_ARGS=-utf8 $(MAKE) _test +coretest: test_prep + PERL=./perl TEST_ARGS=-core $(MAKE) _test + test-prep: test_prep test-tty: test_tty |