summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-07 20:42:20 +0000
committerSascha Schumann <sas@php.net>2002-03-07 20:42:20 +0000
commitd404480b88000233a32fe99070fa63824bbfa47f (patch)
tree7eba9a60ee64fd159e0726220b207eaa99a2fbc8 /Makefile.global
parenta1bc7d37910459f19356f431d4501666dbe12183 (diff)
downloadphp-git-d404480b88000233a32fe99070fa63824bbfa47f.tar.gz
Update test target from rules.mk
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global4
1 files 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: