Skip to content

Commit a3a01a2

Browse files
authored
bpo-30871: Add "make pythoninfo" (#3120)
1 parent b9ff498 commit a3a01a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile.pre.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,8 @@ TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) $(TESTPYTHONOPTS)
999999
TESTRUNNER= $(TESTPYTHON) $(srcdir)/Tools/scripts/run_tests.py
10001000
TESTTIMEOUT= 1200
10011001

1002+
.PHONY: test testall testuniversal buildbottest pythoninfo
1003+
10021004
# Run a basic set of regression tests.
10031005
# This excludes some tests that are particularly resource-intensive.
10041006
test: @DEF_MAKE_RULE@ platform
@@ -1037,6 +1039,9 @@ buildbottest: build_all platform
10371039
fi
10381040
$(TESTRUNNER) -j 1 -u all -W --slowest --fail-env-changed --timeout=$(TESTTIMEOUT) $(TESTOPTS)
10391041

1042+
pythoninfo: build_all
1043+
$(RUNSHARED) ./$(BUILDPYTHON) -m test.pythoninfo
1044+
10401045
QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
10411046
test_multibytecodec test_urllib2_localnet test_itertools \
10421047
test_multiprocessing_fork test_multiprocessing_spawn \

0 commit comments

Comments
 (0)