krakjoe / apcu

APCu - APC User Cache
Other
957 stars 193 forks source link

use TEST_PHP_ARGS if set #490

Closed remicollet closed 1 year ago

remicollet commented 1 year ago

Needed when building out of sources because of "-d extension_dir=$doc_root/../modules"

Allow to run:

TEST_PHP_ARGS="-n -d extension=$BUILDDIR/modules/apcu.so"  php  run-tests.php --show-diff

No change for people building in sources tree and using "make test"