Kaydet (Commit) 42119254 authored tarafından Barry Warsaw's avatar Barry Warsaw

Added `memtest' target which excludes the quicktest modules plus

test_dl, test___all__, test_fork1, and test_longexp.  All these either
take way too long with Insure or crash it.
üst 61af5605
......@@ -473,6 +473,13 @@ quicktest: all platform
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
MEMTESTOPTS= $(QUICKTESTOPTS) -x test_dl test___all__ test_fork1 \
test_longexp
memtest: all platform
-rm -f $(srcdir)/Lib/test/*.py[co]
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(MEMTESTOPTS)
PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(MEMTESTOPTS)
# Install everything
install: altinstall bininstall maninstall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment