We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ddcbf commit e9d2892Copy full SHA for e9d2892
win32/build/Makefile
@@ -113,10 +113,7 @@ clean-all:
113
-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\*.rc $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL
114
115
test:
116
- <<test_suite_uses_lame_env_vars.bat
117
-set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe
118
-$(BUILD_DIR)\php.exe -d open_basedir= -d safe_mode=0 -d output_buffering=0 run-tests.php $(TESTS)
119
-<<NOKEEP
+ "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(BUILD_DIR)\php.exe"
120
121
build-snap: generated_files
122
SET PATH=$(PATH);$(PHP_BUILD)\bin
0 commit comments