summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-08-03 15:52:30 (GMT)
committerBarry Warsaw <barry@python.org>2000-08-03 15:52:30 (GMT)
commit29d0a002c8eeadc29e5fbee2252fa9f9498280f2 (patch)
treedc630fa13a82effcde8f6699719fdb4a967c59e9
parenta873b03ebb24076b3664ba694eeed4ab07d176d9 (diff)
downloadcpython-29d0a002c8eeadc29e5fbee2252fa9f9498280f2.zip
cpython-29d0a002c8eeadc29e5fbee2252fa9f9498280f2.tar.gz
cpython-29d0a002c8eeadc29e5fbee2252fa9f9498280f2.tar.bz2
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.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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