mirror of
https://github.com/php/php-src.git
synced 2025-01-23 12:13:37 +08:00
Use zend_test shared for tests
The snapshot build enables everything it could find. The test run will load all the shared exts as well, until defined otherwise. So no needs for an extra action.
This commit is contained in:
parent
c9472cbd16
commit
38de261563
@ -39,7 +39,6 @@ call configure.bat ^
|
||||
--enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
|
||||
--with-php-build=%DEPS_DIR% ^
|
||||
%ADD_CONF% ^
|
||||
--enable-zend-test ^
|
||||
--with-test-ini-ext-exclude=%EXT_EXCLUDE_FROM_TEST%
|
||||
if %errorlevel% neq 0 exit /b 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user