mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
The 'test' target ought to depend on 'all', not just on python$(EXE)
-- otherwise shared libraries might not be rebuilt.
This commit is contained in:
parent
0eefa3fbbf
commit
bcb393f2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue