@@ -999,6 +999,8 @@ TESTPYTHON= (RUNSHARED)./(RUNSHARED) ./(RUNSHARED)./(BUILDPYTHON) $(TESTPYTHONOPTS) |
|
|
999 |
999 |
TESTRUNNER= (TESTPYTHON)(TESTPYTHON) (TESTPYTHON)(srcdir)/Tools/scripts/run_tests.py |
1000 |
1000 |
TESTTIMEOUT= 1200 |
1001 |
1001 |
|
|
1002 |
+.PHONY: test testall testuniversal buildbottest pythoninfo |
|
1003 |
+ |
1002 |
1004 |
# Run a basic set of regression tests. |
1003 |
1005 |
# This excludes some tests that are particularly resource-intensive. |
1004 |
1006 |
test: @DEF_MAKE_RULE@ platform |
@@ -1037,6 +1039,9 @@ buildbottest: build_all platform |
|
|
1037 |
1039 |
fi |
1038 |
1040 |
(TESTRUNNER)−j1−uall−W−−slowest−−fail−env−changed−−timeout=(TESTRUNNER) -j 1 -u all -W --slowest --fail-env-changed --timeout=(TESTRUNNER)−j1−uall−W−−slowest−−fail−env−changed−−timeout=(TESTTIMEOUT) $(TESTOPTS) |
1039 |
1041 |
|
|
1042 |
+pythoninfo: build_all |
|
1043 |
+ (RUNSHARED)./(RUNSHARED) ./(RUNSHARED)./(BUILDPYTHON) -m test.pythoninfo |
|
1044 |
+ |
1040 |
1045 |
QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \ |
1041 |
1046 |
test_multibytecodec test_urllib2_localnet test_itertools \ |
1042 |
1047 |
test_multiprocessing_fork test_multiprocessing_spawn \ |