diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-21 19:08:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-21 19:08:02 +0000 |
commit | c61790a238ee53bd915ae572325dabe678a89e75 (patch) | |
tree | e64d8de914dd0f22560be4c7c948ad1a3fa02506 /Makefile.SH | |
parent | a0acbdc36d211b2eba42328df555d9ec49fa4cd4 (diff) | |
download | perl-c61790a238ee53bd915ae572325dabe678a89e75.tar.gz |
Run run/*.t also in minitest.
p4raw-id: //depot/perl@8879
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 02612e6895..43a1cc37b3 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -859,7 +859,7 @@ minitest: miniperl lib/re.pm @echo "You may see some irrelevant test failures if you have been unable" @echo "to build lib/Config.pm." - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \ - && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t </dev/tty + && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t pragma/*.t </dev/tty # Handy way to run perlbug -ok without having to install and run the # installed perlbug. We don't re-run the tests here - we trust the user. |