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.
This commit is contained in:
Barry Warsaw 2001-03-03 04:14:21 +00:00
parent 61af5605fa
commit 4211925453
1 changed files with 7 additions and 0 deletions

View File

@ -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