]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add make variable to allow testing of different interpreter flags in buildbot runs
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Oct 2010 11:29:16 +0000 (11:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Oct 2010 11:29:16 +0000 (11:29 +0000)
Makefile.pre.in

index ba66c1a5cc08a89d0170c0ea482bc8383bbfbd57..4dc0fbde917790a28be6c1b878197d2cf4c84338 100644 (file)
@@ -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)