1
0
Fork 0

add php-src/ext/standard to tests

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@222 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.2
Xuefer 2006-10-07 04:32:18 +00:00
parent a24b9c693d
commit 861ad16619
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ else
php_cgi="which php-cgi"
fi
PHP_SRC=./php-src
test -z "$TEST_PHP_USER" && TEST_PHP_USER="$PHP_SRC/Zend,$PHP_SRC/tests"
test -z "$PHP_SRC" && PHP_SRC=./php-src
test -z "$TEST_PHP_USER" && TEST_PHP_USER="$PHP_SRC/Zend,$PHP_SRC/tests,$PHP_SRC/ext/standard/tests"
TEST_PHP_EXECUTABLE="$php_cli"
TEST_PHP_CGI_EXECUTABLE="$php_cgi"