Skip to content

Commit

Permalink
[2.7] Update multissl test helper (GH-3349) (#3416)
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 ab4894b commit 8092719
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 241 deletions.
8 changes: 8 additions & 0 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,14 @@ memtest: @DEF_MAKE_RULE@ platform
-$(TESTPYTHON) $(TESTPROG) $(MEMTESTOPTS)
$(TESTPYTHON) $(TESTPROG) $(MEMTESTOPTS)

# 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 everything
install: @FRAMEWORKINSTALLFIRST@ commoninstall bininstall maninstall @FRAMEWORKINSTALLLAST@
if test "x$(ENSUREPIP)" != "xno" ; then \
Expand Down

0 comments on commit 8092719

Please sign in to comment.