From: Barry Warsaw Date: Thu, 3 Aug 2000 15:52:30 +0000 (+0000) Subject: TESTOPTS: Since gc is enabled by default now (this may change for the X-Git-Tag: v2.0b1~604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29d0a002c8eeadc29e5fbee2252fa9f9498280f2;p=python 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. --- diff --git a/Makefile.in b/Makefile.in index 6abcef5fe9..3e5b631e3f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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