From d404480b88000233a32fe99070fa63824bbfa47f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 7 Mar 2002 20:42:20 +0000 Subject: [PATCH] Update test target from rules.mk --- Makefile.global | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.50.1