Kaydet (Commit) bcb393f2 authored tarafından Guido van Rossum's avatar Guido van Rossum

The 'test' target ought to depend on 'all', not just on python$(EXE)

-- otherwise shared libraries might not be rebuilt.
üst 0eefa3fb
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment