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:
Anatol Belski 2017-03-15 12:34:36 +01:00
parent c9472cbd16
commit 38de261563

View File

@ -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