From 5a6e071df79535e06d0295e4c341673b1eeb8efc Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Wed, 29 Aug 2001 02:11:38 +0200 Subject: 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 --- Makefile.SH | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.SH') 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 -- cgit v1.2.1