summaryrefslogtreecommitdiff
path: root/win32/build/Makefile.phpize
diff options
context:
space:
mode:
Diffstat (limited to 'win32/build/Makefile.phpize')
-rw-r--r--win32/build/Makefile.phpize2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/Makefile.phpize b/win32/build/Makefile.phpize
index d07ba2fc76..ddd1a7b5f1 100644
--- a/win32/build/Makefile.phpize
+++ b/win32/build/Makefile.phpize
@@ -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) == ""