Kaydet (Commit) dd82bb9c authored tarafından Barry Warsaw's avatar Barry Warsaw

Added a new variable TESTPYTHON which contains the path (and args) for

the executable to use during regression testing.
üst 45140f97
......@@ -200,10 +200,11 @@ Modules: Parser Python Objects
# Test the interpreter (twice, once without .pyc files, once with)
TESTOPTS=
TESTPROG= $(srcdir)/Lib/test/regrtest.py
TESTPYTHON= ./python
test: python
-rm -f $(srcdir)/Lib/test/*.pyc
-PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
# Install everything
install: altinstall bininstall maninstall
......
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