No more pragma/*.t for minitest.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 26 Jun 2001 13:18:34 +0000 (13:18 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 26 Jun 2001 13:18:34 +0000 (13:18 +0000)
p4raw-id: //depot/perl@10957

Makefile.SH

index af19641..6c031f6 100644 (file)
@@ -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.