mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +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)
|
||||
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
||||
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb
|
||||
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb $(TESTPYTHONOPTS)
|
||||
test: all platform
|
||||
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
|
||||
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue