]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The 'test' target ought to depend on 'all', not just on python$(EXE)
authorGuido van Rossum <guido@python.org>
Tue, 16 Nov 1999 15:58:32 +0000 (15:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Nov 1999 15:58:32 +0000 (15:58 +0000)
-- otherwise shared libraries might not be rebuilt.

Makefile.in

index fd3cca67d21179fe67988e7f1716dc4245e08256..08054334676d07f6edd2a56dcbbb9f08b761ca87 100644 (file)
@@ -235,7 +235,7 @@ Modules:    Parser Python Objects
 TESTOPTS=      
 TESTPROG=      $(srcdir)/Lib/test/regrtest.py
 TESTPYTHON=    ./python$(EXE)
-test:          python$(EXE)
+test:          all
                -rm -f $(srcdir)/Lib/test/*.py[co]
                -PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
                PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)