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

Barry Warsaw bwarsaw@users.sourceforge.net
2001年3月02日 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

AltStyle によって変換されたページ (->オリジナル) /