Skip to content

Commit

Permalink
[3.6] Update multissl test helper (GH-3349) (#3415)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit d3b9f97)
  • Loading branch information
tiran committed Sep 7, 2017
1 parent cb44b62 commit 2a75012
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 241 deletions.
7 changes: 7 additions & 0 deletions Makefile.pre.in
Expand Up @@ -1053,6 +1053,13 @@ QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
quicktest: @DEF_MAKE_RULE@ platform
$(TESTRUNNER) $(QUICKTESTOPTS)

# SSL tests
.PHONY: multisslcompile multissltest
multisslcompile: build_all
$(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py --compile-only

multissltest: build_all
$(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py

install: @FRAMEWORKINSTALLFIRST@ commoninstall bininstall maninstall @FRAMEWORKINSTALLLAST@
if test "x$(ENSUREPIP)" != "xno" ; then \
Expand Down

0 comments on commit 2a75012

Please sign in to comment.