diff options
author | Stefan Esser <sesser@php.net> | 2002-10-22 18:53:56 +0000 |
---|---|---|
committer | Stefan Esser <sesser@php.net> | 2002-10-22 18:53:56 +0000 |
commit | e83ca7dc85dd26f25327c90d7c1087507bc53d36 (patch) | |
tree | c7164e620642bd32791648d9b83d80cf74306f4f /Makefile.global | |
parent | 14626a1836c3f7fa541ecbd35bf8aed9f253ef5c (diff) | |
download | php-git-e83ca7dc85dd26f25327c90d7c1087507bc53d36.tar.gz |
fix make test for an external build dir setup
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 1 |
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: |