diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-12 13:28:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-12 13:28:23 +0000 |
commit | 8cebccf496af9176158accf26e9c154b6de36ffe (patch) | |
tree | 3f4fca1af5a257c198e1a9bda254d73c177d948a /Makefile.SH | |
parent | 11e0c2e64a6db1113f07e4cfed9ddc65c43fd511 (diff) | |
download | perl-8cebccf496af9176158accf26e9c154b6de36ffe.tar.gz |
Add mro tests to minitest
p4raw-id: //depot/perl@32616
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 9dfd1b02f9..f6a6b3c40c 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 </dev/tty + && $(LDLIBPTH) $(RUN) ./perl TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t mro/*.t </dev/tty test.utf16 check.utf16: test_prep PERL=./perl $(MAKE) TEST_ARGS=-utf16 _test @@ -1310,7 +1310,7 @@ minitest.prep: # is crashing. minitest: miniperl$(EXE_EXT) lib/re.pm minitest.prep - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \ - && $(LDLIBPTH) $(RUN) ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty + && $(LDLIBPTH) $(RUN) ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t mro/*.t </dev/tty # Test via harness |