diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-26 13:18:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-26 13:18:34 +0000 |
commit | aabd84f86dd0e02a14324f054b64493135e979e9 (patch) | |
tree | 3467c7c3a0488f23d421993ad709751bcf2d4daa /Makefile.SH | |
parent | 530f0f521494b475015ad7683f9489fdd888a04c (diff) | |
download | perl-aabd84f86dd0e02a14324f054b64493135e979e9.tar.gz |
No more pragma/*.t for minitest.
p4raw-id: //depot/perl@10957
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 af196419f5..6c031f62ff 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1003,7 +1003,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 run/*.t io/*.t op/*.t pragma/*.t </dev/tty + && $(LDLIBPTH) ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.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. |