From 29d0a002c8eeadc29e5fbee2252fa9f9498280f2 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 3 Aug 2000 15:52:30 +0000 Subject: 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. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6abcef5..3e5b631 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 -- cgit v0.12