Re: [gentoo-dev] [PATCH] php-ext-source-r3.eclass: Add src_test function

2016-10-11 Thread Thomas Deutschmann
On 2016-10-08 00:18, Thomas Deutschmann wrote: > [...] > > Thomas Deutschmann (1): > php-ext-source-r3.eclass: Add src_test function > > eclass/php-ext-source-r3.eclass | 14 +- > 1 file changed, 13 insertions(+), 1 deletion(-) Now committed: https://gitweb.gentoo.org/repo/gentoo

[gentoo-dev] [PATCH] php-ext-source-r3.eclass: Add src_test function

2016-10-07 Thread Thomas Deutschmann
Hi, I'd like to commit the following changes to php-ext-source-r3.eclass to add FEATURES=test support for PHP standalone extensions as well. The function itself is copied from php-ext-pecl-r3.eclass, so nothing new. Thanks. Regards, Thomas aka Whissi Thomas Deutschmann (1): php-ext-source-

[gentoo-dev] [PATCH] php-ext-source-r3.eclass: Add src_test function

2016-10-07 Thread Thomas Deutschmann
php-ext-source-r3 eclass currently does not provide FEATURES=test support like php-ext-pecl-r3 eclass does. This commit will add and export the src_test function from php-ext-pecl-r3 eclass to php-ext-source-r3 eclass to allow testing of PHP standalone extensions as well. --- eclass/php-ext-source