kalle Wed May 27 01:46:27 2009 UTC
Modified files:
/php-src/win32/build Makefile
Log:
Lets pass the built php binary to run-tests.php's -p parameter
http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.53&r2=1.54&diff_format=u
Index: php-src/win32/build/Makefile
diff -u php-src/win32/build/Makefile:1.53 php-src/win32/build/Makefile:1.54
--- php-src/win32/build/Makefile:1.53 Mon Mar 30 14:32:20 2009
+++ php-src/win32/build/Makefile Wed May 27 01:46:27 2009
@@ -14,7 +14,7 @@
# | Author: Wez Furlong <[email protected]> |
# +----------------------------------------------------------------------+
#
-# $Id: Makefile,v 1.53 2009/03/30 14:32:20 kalle Exp $
+# $Id: Makefile,v 1.54 2009/05/27 01:46:27 kalle Exp $
# This is the makefile template for the win32 build
CC="$(CL)"
@@ -113,10 +113,7 @@
-...@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
test:
- <<test_suite_uses_lame_env_vars.bat
-set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe
-$(BUILD_DIR)\php.exe -d open_basedir= -d output_buffering=0 run-tests.php
$(TESTS)
-<<NOKEEP
+ "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0
run-tests.php $(TESTS) -p "$(BUILD_DIR)\php.exe"
build-snap: generated_files
SET PATH=$(PATH);$(PHP_BUILD)\bin
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php