Commit 29d0a002 authored by Barry Warsaw's avatar Barry Warsaw

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.
parent a873b03e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment