]> granicus.if.org Git - php/commitdiff
fix test target for phpize
authorAnatol Belski <ab@php.net>
Mon, 7 Aug 2017 14:45:02 +0000 (16:45 +0200)
committerAnatol Belski <ab@php.net>
Mon, 7 Aug 2017 14:45:02 +0000 (16:45 +0200)
win32/build/Makefile.phpize

index d07ba2fc76219b5856b791e2f51571a9f333424c..ddd1a7b5f19754e38b449e7fc226a756ed1dba02 100644 (file)
@@ -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) == ""\r