mirror of https://github.com/python/cpython
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
|
@ -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…
Reference in New Issue