summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorStefan Esser <sesser@php.net>2002-10-22 18:53:56 +0000
committerStefan Esser <sesser@php.net>2002-10-22 18:53:56 +0000
commite83ca7dc85dd26f25327c90d7c1087507bc53d36 (patch)
treec7164e620642bd32791648d9b83d80cf74306f4f /Makefile.global
parent14626a1836c3f7fa541ecbd35bf8aed9f253ef5c (diff)
downloadphp-git-e83ca7dc85dd26f25327c90d7c1087507bc53d36.tar.gz
fix make test for an external build dir setup
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.global b/Makefile.global
index c684bfe914..29e9a551ad 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -48,6 +48,7 @@ install-su: install-pear install-tester
test: $(SAPI_CLI_PATH)
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
+ TEST_PHP_SRCDIR=$(top_srcdir) \
$(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS)
clean: