From: Rafael Garcia-Suarez Date: Wed, 12 Dec 2007 13:28:23 +0000 (+0000) Subject: Add mro tests to minitest X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8cebccf496af9176158accf26e9c154b6de36ffe;p=p5sagit%2Fp5-mst-13.2.git Add mro tests to minitest p4raw-id: //depot/perl@32616 --- diff --git a/Makefile.SH b/Makefile.SH index 9dfd1b0..f6a6b3c 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1249,7 +1249,7 @@ test.torture torturetest: test_prep minitest.utf16: minitest.prep - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \ - && $(LDLIBPTH) $(RUN) ./perl TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t on F, F, F, F, F, -F, and F tests. +F, F and F tests. =item test.valgrind check.valgrind utest.valgrind ucheck.valgrind