mirror of
https://github.com/php/php-src.git
synced 2024-12-17 05:50:14 +08:00
fix test target for phpize
This commit is contained in:
parent
159e5c1048
commit
d058e30917
@ -34,7 +34,7 @@ _EXTENSION_DLL=$(PECL_TARGETS)
|
||||
_EXTENSION_DLL=$(EXT_TARGETS)
|
||||
!endif
|
||||
|
||||
test: set-test-env
|
||||
test: set-tmp-env
|
||||
"$(PHP_PREFIX)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(PHP_PREFIX)\php.exe" -d extension=$(BUILD_DIR)\$(_EXTENSION_DLL)
|
||||
|
||||
!if $(MT) == ""
|
||||
|
Loading…
Reference in New Issue
Block a user