mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
Make the testall target work again when building in a separate directory
(with '../path/to/source/configure')
This commit is contained in:
parent
eee84e96c5
commit
d2d291541d
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ test: all platform
|
|||
|
||||
testall: all platform
|
||||
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
|
||||
$(TESTPYTHON) Lib/compileall.py
|
||||
$(TESTPYTHON) $(srcdir)/Lib/compileall.py
|
||||
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
|
||||
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
|
||||
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue