mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
TESTPATH is no longer needed
This commit is contained in:
parent
2ef21efad3
commit
054b3a2cd3
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue