summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-12 13:28:23 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-12 13:28:23 +0000
commit8cebccf496af9176158accf26e9c154b6de36ffe (patch)
tree3f4fca1af5a257c198e1a9bda254d73c177d948a
parent11e0c2e64a6db1113f07e4cfed9ddc65c43fd511 (diff)
downloadperl-8cebccf496af9176158accf26e9c154b6de36ffe.tar.gz
Add mro tests to minitest
p4raw-id: //depot/perl@32616
-rw-r--r--Makefile.SH4
-rw-r--r--pod/perlhack.pod2
2 files changed, 3 insertions, 3 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
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 73f485d086..d76261d0c3 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -2221,7 +2221,7 @@ are expected to succeed (until they're specifically fixed, of course).
=item minitest
Run F<miniperl> on F<t/base>, F<t/comp>, F<t/cmd>, F<t/run>, F<t/io>,
-F<t/op>, and F<t/uni> tests.
+F<t/op>, F<t/uni> and F<t/mro> tests.
=item test.valgrind check.valgrind utest.valgrind ucheck.valgrind