From 672a300022e426a03ccfb7c44ead392705aeb521 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 13 Dec 2000 14:01:39 +0000 Subject: [PATCH] * PEAR: don't require "make install" before "make test" --- build/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/rules.mk b/build/rules.mk index 1b46df9b02..e0d77a5968 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -55,9 +55,9 @@ distclean: distclean-recursive clean-x test: $(top_builddir)/php @if test "$(TESTS)" = ""; then \ - $(top_builddir)/php -q $(top_srcdir)/run-tests.php `pwd`; \ + $(top_builddir)/php -d include_path=".:$(top_srcdir)/pear:$(PEAR_INSTALLDIR)" -q $(top_srcdir)/run-tests.php `pwd`; \ else \ - $(top_builddir)/php -q $(top_srcdir)/run-tests.php $(TESTS); \ + $(top_builddir)/php -d include_path=".:$(top_srcdir)/pear:$(PEAR_INSTALLDIR)" -q $(top_srcdir)/run-tests.php $(TESTS); \ fi include $(builddir)/.deps -- 2.40.0