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

TESTPATH is no longer needed

üst 2ef21efa
......@@ -166,13 +166,12 @@ Modules: Parser Python Objects
prefix="$(prefix)" exec_prefix="$(exec_prefix)" all
# Test the interpreter (twice, once without .pyc files, once with)
TESTPATH= $(srcdir)/Lib:$(srcdir)/Lib/$(MACHDEP):$(srcdir)/Lib/test:./Modules
TESTOPTS=
TESTPROG= $(srcdir)/Lib/test/regrtest.py
test: python
-rm -f $(srcdir)/Lib/test/*.pyc
PYTHONPATH=$(TESTPATH) ./python $(TESTPROG) $(TESTOPTS)
PYTHONPATH=$(TESTPATH) ./python $(TESTPROG) $(TESTOPTS)
./python $(TESTPROG) $(TESTOPTS)
./python $(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