diff options
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: |