[Python-checkins] python/dist/src Makefile.pre.in,1.121,1.122

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
2003年5月06日 08:30:23 -0700


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv30258
Modified Files:
	Makefile.pre.in 
Log Message:
add testall target - just adds -uall to the regrtest runs
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -d -r1.121 -r1.122
*** Makefile.pre.in	17 Apr 2003 14:55:39 -0000	1.121
--- Makefile.pre.in	6 May 2003 15:30:20 -0000	1.122
***************
*** 523,526 ****
--- 523,531 ----
 		$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
 
+ testall:	all platform
+ 		-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
+ 		-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
+ 		$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
+ 
 QUICKTESTOPTS=	$(TESTOPTS) -x test_thread test_signal test_strftime \
 		test_unicodedata test_re test_sre test_select test_poll \

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