[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.27,1.28

Barry Warsaw bwarsaw@users.sourceforge.net
Fri, 02 Mar 2001 20:14:23 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv2032

Modified Files:
	Makefile.pre.in 
Log Message:
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.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** Makefile.pre.in	2001/03/01 00:36:53	1.27
--- Makefile.pre.in	2001/03/03 04:14:21	1.28
***************
*** 474,477 ****
--- 474,484 ----
  		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