diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-07-17 15:55:09 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-07-17 15:55:09 (GMT) |
commit | 57d930bd3cb455d8259faf81de4936843ea293fc (patch) | |
tree | 248c9aa7f664886ea7f4d341c25e61b93a3dfb32 /Makefile.pre.in | |
parent | 02488ff1737b6f620e6b7727a2904c0d51871041 (diff) | |
download | cpython-57d930bd3cb455d8259faf81de4936843ea293fc.zip cpython-57d930bd3cb455d8259faf81de4936843ea293fc.tar.gz cpython-57d930bd3cb455d8259faf81de4936843ea293fc.tar.bz2 |
Add test_zlib and test_struct to list of slow tests
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 98fb113..8680abd 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -496,7 +496,7 @@ test: all platform QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \ test_unicodedata test_re test_sre test_select test_poll \ - test_linuxaudiodev test_sunaudiodev + test_linuxaudiodev test_struct test_sunaudiodev test_zlib quicktest: all platform -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f -$(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS) |