Skip to content

Commit d3b9f97

Browse files
authored
Update multissl test helper (#3349)
Signed-off-by: Christian Heimes <christian@python.org>
1 parent 78ebc73 commit d3b9f97

File tree

3 files changed

+437
-241
lines changed

3 files changed

+437
-241
lines changed

Makefile.pre.in

+7
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,13 @@ QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
10511051
quicktest: @DEF_MAKE_RULE@ platform
10521052
$(TESTRUNNER) $(QUICKTESTOPTS)
10531053

1054+
# SSL tests
1055+
.PHONY: multisslcompile multissltest
1056+
multisslcompile: build_all
1057+
$(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py --compile-only
1058+
1059+
multissltest: build_all
1060+
$(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py
10541061

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

0 commit comments

Comments
 (0)