From: Antoine Pitrou Date: Thu, 14 Oct 2010 11:29:16 +0000 (+0000) Subject: Add make variable to allow testing of different interpreter flags in buildbot runs X-Git-Tag: v3.2a4~596 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d7be5f86cf9eca0ab6f4c53b834e48f81ed6291;p=thirdparty%2FPython%2Fcpython.git Add make variable to allow testing of different interpreter flags in buildbot runs --- diff --git a/Makefile.pre.in b/Makefile.pre.in index ba66c1a5cc08..4dc0fbde9177 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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)