[Python-checkins] python/dist/src Makefile.pre.in,1.86,1.87

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Wed, 17 Jul 2002 08:55:12 -0700


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

Modified Files:
	Makefile.pre.in 
Log Message:
Add test_zlib and test_struct to list of slow tests


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** Makefile.pre.in	21 Jun 2002 14:48:36 -0000	1.86
--- Makefile.pre.in	17 Jul 2002 15:55:09 -0000	1.87
***************
*** 497,501 ****
  QUICKTESTOPTS=	$(TESTOPTS) -x test_thread test_signal test_strftime \
  		test_unicodedata test_re test_sre test_select test_poll \
! 		test_linuxaudiodev test_sunaudiodev
  quicktest:	all platform
  		-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
--- 497,501 ----
  QUICKTESTOPTS=	$(TESTOPTS) -x test_thread test_signal test_strftime \
  		test_unicodedata test_re test_sre test_select test_poll \
! 		test_linuxaudiodev test_struct test_sunaudiodev test_zlib 
  quicktest:	all platform
  		-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f