Skip to content

Commit 57d930b

Browse files
committed
Add test_zlib and test_struct to list of slow tests
1 parent 02488ff commit 57d930b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ test: all platform
496496

497497
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
498498
test_unicodedata test_re test_sre test_select test_poll \
499-
test_linuxaudiodev test_sunaudiodev
499+
test_linuxaudiodev test_struct test_sunaudiodev test_zlib
500500
quicktest: all platform
501501
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
502502
-$(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)

0 commit comments

Comments
 (0)