mirror of https://github.com/python/cpython
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
|
@ -473,6 +473,13 @@ quicktest: all platform
|
||||||
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
|
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
|
||||||
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 everything
|
||||||
install: altinstall bininstall maninstall
|
install: altinstall bininstall maninstall
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue