mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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:
parent
61af5605fa
commit
4211925453
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue