1
0
Fork 0

accept TEST_ARGS for make xcachetest

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@318 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-12-10 04:17:50 +00:00
parent ea5e888d9d
commit 2cccef837d
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ xcachesvnclean: clean
xcachetest:
TEST_PHP_SRCDIR=$(top_srcdir) \
CC="$(CC)" \
$(srcdir)/run-xcachetest -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php $(TESTS) -c $(srcdir)/xcache-test.ini
$(srcdir)/run-xcachetest -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php $(TESTS) $(TEST_ARGS) -c $(srcdir)/xcache-test.ini