mirror of https://github.com/python/cpython
TESTOPTS: Since gc is enabled by default now (this may change for the
final release), run "make test" with gc's LEAK_DEBUG enabled. This uses the new -l flag to regrtest.
This commit is contained in:
parent
a873b03ebb
commit
29d0a002c8
|
@ -212,7 +212,7 @@ Modules: Parser Python Objects
|
|||
prefix="$(prefix)" exec_prefix="$(exec_prefix)" all
|
||||
|
||||
# Test the interpreter (twice, once without .pyc files, once with)
|
||||
TESTOPTS=
|
||||
TESTOPTS= -l
|
||||
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
||||
TESTPYTHON= ./python$(EXE) -tt
|
||||
test: all
|
||||
|
|
Loading…
Reference in New Issue