]> granicus.if.org Git - python/commitdiff
TESTOPTS: Since gc is enabled by default now (this may change for the
authorBarry Warsaw <barry@python.org>
Thu, 3 Aug 2000 15:52:30 +0000 (15:52 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 3 Aug 2000 15:52:30 +0000 (15:52 +0000)
final release), run "make test" with gc's LEAK_DEBUG enabled.  This
uses the new -l flag to regrtest.

Makefile.in

index 6abcef5fe927e74f4701314c932152812095a6db..3e5b631e3fdeb4b4745c817224831d700af6221f 100644 (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