On Wed, 2014-04-23 at 15:12 +0200, Anatol Belski wrote:
> 
> make test TESTS="-n -d extension_dir=/my/dir -d extension=my.so -d
> extension=other.so tests" 

instead of such hacks better run run-tests.php manually. make install
puts a copy in $PREFIX/lib/php/build/run-tests.php, youcan alsotake the
one from php-src's root.

   php run-tests.php --help

The Makefile wraps this in the test target with some magic trying to
detect extensions which had just been built but doesn't load others to
avoid conflicts from new ones with ones from extension_dir.

johannes


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to