From: Sascha Schumann Date: Thu, 7 Mar 2002 20:42:20 +0000 (+0000) Subject: Update test target from rules.mk X-Git-Tag: help~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d404480b88000233a32fe99070fa63824bbfa47f;p=php Update test target from rules.mk --- diff --git a/Makefile.global b/Makefile.global index 722a2e52a3..2c06c1d598 100644 --- a/Makefile.global +++ b/Makefile.global @@ -53,9 +53,9 @@ install-tester: install-su: install-pear install-tester -test: php +test: sapi/cli/php TOP_BUILDDIR=$(top_builddir) TOP_SRCDIR=$(top_srcdir) \ - $(top_builddir)/php -C -q $(top_srcdir)/run-tests.php \ + $(top_builddir)/sapi/cli/php -c $(top_srcdir)/php.ini-dist $(top_srcdir)/run-tests.php \ $(top_srcdir) clean: