[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
- Previous message: [Python-checkins] python/dist/src/Mac/Tools/IDE PyConsole.py,1.15,1.16 PyEdit.py,1.39,1.40 PythonIDEMain.py,1.34,1.35 Wapplication.py,1.21,1.22
- Next message: [Python-checkins] python/dist/src/Lib/test test_csv.py,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 \
- Previous message: [Python-checkins] python/dist/src/Mac/Tools/IDE PyConsole.py,1.15,1.16 PyEdit.py,1.39,1.40 PythonIDEMain.py,1.34,1.35 Wapplication.py,1.21,1.22
- Next message: [Python-checkins] python/dist/src/Lib/test test_csv.py,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]