Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf10b5 commit 042f313Copy full SHA for 042f313
1 file changed
Makefile.pre.in
@@ -473,7 +473,8 @@ test: all platform
473
PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
474
475
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
476
- test_unicodedata test_re test_sre test_select test_poll
+ test_unicodedata test_re test_sre test_select test_poll \
477
+ test_fork1 test_linuxaudiodev test_sunaudiodev test_zlib
478
quicktest: all platform
479
-rm -f $(srcdir)/Lib/test/*.py[co]
480
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
0 commit comments