File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ PHP ships with an extensive test suite, the command `make test` is used after
9696successful compilation of the sources to run this test suite.
9797
9898It is possible to run tests using multiple cores by setting ` -jN ` in
99- ` TEST_PHP_ARGS ` :
99+ ` TEST_PHP_ARGS ` or ` TESTS ` :
100100
101101``` shell
102102make TEST_PHP_ARGS=-j4 test
@@ -105,18 +105,12 @@ make TEST_PHP_ARGS=-j4 test
105105Shall run ` make test ` with a maximum of 4 concurrent jobs: Generally the maximum
106106number of jobs should not exceed the number of cores available.
107107
108- Use ` TESTS ` variable to test only specific directories:
108+ Use ` TEST_PHP_ARGS ` or ` TESTS ` variable to test only specific directories:
109109
110110``` shell
111111make TESTS=tests/lang/ test
112112```
113113
114- Or combine the variables:
115-
116- ``` shell
117- make TEST_PHP_ARGS=-j4 TESTS=tests/lang/ test
118- ```
119-
120114The [ qa.php.net] ( https://qa.php.net ) site provides more detailed info about
121115testing and quality assurance.
122116
You can’t perform that action at this time.
0 commit comments