From: Jarkko Hietaniemi Date: Sun, 18 Mar 2001 22:10:30 +0000 (+0000) Subject: Make targets for testing with Third Degree. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74bd860d3d65439897565e0bbbf8a8786ffaf5f3;p=p5sagit%2Fp5-mst-13.2.git Make targets for testing with Third Degree. p4raw-id: //depot/perl@9215 --- diff --git a/Makefile.SH b/Makefile.SH index 935c8f1..a6ec71b 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -871,6 +871,27 @@ minitest: miniperl lib/re.pm - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \ && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t pragma/*.t /dev/null 2>&1; then \ + cd t && $(LDLIBPTH) PERL_3LOG=1 ./perl.third TEST t/rantests + +utest.third ucheck.third: test-prep perl.third + if (true /dev/null 2>&1; then \ + cd t && $(LDLIBPTH) PERL_3LOG=1 ./perl.third TEST -utf8