mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Add make variable to allow testing of different interpreter flags in buildbot runs
This commit is contained in:
parent
1b03f2ca83
commit
6d7be5f86c
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
|
||||||
|
|
||||||
TESTOPTS= -l $(EXTRATESTOPTS)
|
TESTOPTS= -l $(EXTRATESTOPTS)
|
||||||
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
||||||
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb
|
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb $(TESTPYTHONOPTS)
|
||||||
test: all platform
|
test: all platform
|
||||||
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
|
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
|
||||||
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
|
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue