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:
Barry Warsaw 2000-08-03 15:52:30 +00:00
parent a873b03ebb
commit 29d0a002c8
1 changed files with 1 additions and 1 deletions

View File

@ -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