On 17.08.2016 at 18:48, Kalle Sommer Nielsen wrote:

> Log:
> Added a note on how to run specific tests, using make test TESTS=X and the 
> name for make on Windows

Thanks, Kalle!

> +   <p>
> +    Specific tests can also be executed, like running tests for a certain 
> extension. To do 
> +    this you can do like so (for example the standard library): 
> +    <code>make test TESTS=ext/standard</code>. Where <code>TESTS=</code> 
> points to a 
> +    directory containing <code>.phpt</code> files.
> +   </p>

Perhaps it should be added that even a single PHPT can be specified.
And it might be also nice to add how to pass run-tests.php parameters,
e.g. `make test TESTS="-m ext/gd/tests".

I would commit that myself, but I don't have karma for web/qa.

-- 
Christoph M. Becker

-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to