Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a3a01a2f
Commit
a3a01a2f
authored
Aug 18, 2017
by
Victor Stinner
Committed by
GitHub
Aug 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-30871: Add "make pythoninfo" (#3120)
parent
b9ff4987
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Makefile.pre.in
Makefile.pre.in
+5
-0
No files found.
Makefile.pre.in
View file @
a3a01a2f
...
@@ -999,6 +999,8 @@ TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) $(TESTPYTHONOPTS)
...
@@ -999,6 +999,8 @@ TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) $(TESTPYTHONOPTS)
TESTRUNNER
=
$(TESTPYTHON)
$(srcdir)
/Tools/scripts/run_tests.py
TESTRUNNER
=
$(TESTPYTHON)
$(srcdir)
/Tools/scripts/run_tests.py
TESTTIMEOUT
=
1200
TESTTIMEOUT
=
1200
.PHONY
:
test testall testuniversal buildbottest pythoninfo
# Run a basic set of regression tests.
# Run a basic set of regression tests.
# This excludes some tests that are particularly resource-intensive.
# This excludes some tests that are particularly resource-intensive.
test
:
@DEF_MAKE_RULE@ platform
test
:
@DEF_MAKE_RULE@ platform
...
@@ -1037,6 +1039,9 @@ buildbottest: build_all platform
...
@@ -1037,6 +1039,9 @@ buildbottest: build_all platform
fi
fi
$(TESTRUNNER)
-j
1
-u
all
-W
--slowest
--fail-env-changed
--timeout
=
$(TESTTIMEOUT)
$(TESTOPTS)
$(TESTRUNNER)
-j
1
-u
all
-W
--slowest
--fail-env-changed
--timeout
=
$(TESTTIMEOUT)
$(TESTOPTS)
pythoninfo
:
build_all
$(RUNSHARED)
./
$(BUILDPYTHON)
-m
test.pythoninfo
QUICKTESTOPTS
=
$(TESTOPTS)
-x
test_subprocess test_io test_lib2to3
\
QUICKTESTOPTS
=
$(TESTOPTS)
-x
test_subprocess test_io test_lib2to3
\
test_multibytecodec test_urllib2_localnet test_itertools
\
test_multibytecodec test_urllib2_localnet test_itertools
\
test_multiprocessing_fork test_multiprocessing_spawn
\
test_multiprocessing_fork test_multiprocessing_spawn
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment