Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
a3a01a2f
Kaydet (Commit)
a3a01a2f
authored
Agu 18, 2017
tarafından
Victor Stinner
Kaydeden (comit)
GitHub
Agu 18, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-30871: Add "make pythoninfo" (#3120)
üst
b9ff4987
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
Dosyayı görüntüle @
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