Commit d0cb5a61 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 29eb348b
...@@ -212,7 +212,7 @@ Modules: Parser Python Objects ...@@ -212,7 +212,7 @@ Modules: Parser Python Objects
prefix="$(prefix)" exec_prefix="$(exec_prefix)" all prefix="$(prefix)" exec_prefix="$(exec_prefix)" all
# Test the interpreter (twice, once without .pyc files, once with) # Test the interpreter (twice, once without .pyc files, once with)
TESTOPTS= TESTOPTS= -l
TESTPROG= $(srcdir)/Lib/test/regrtest.py TESTPROG= $(srcdir)/Lib/test/regrtest.py
TESTPYTHON= ./python$(EXE) -tt TESTPYTHON= ./python$(EXE) -tt
test: all 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