diff options
author | Sander Roobol <sander@php.net> | 2002-05-19 13:24:38 +0000 |
---|---|---|
committer | Sander Roobol <sander@php.net> | 2002-05-19 13:24:38 +0000 |
commit | f3a8a7d6bbfb79a25daa82d084b6e2f1d945ebbf (patch) | |
tree | c1bd0eebbd022cd9907e7a1d3d5b7493b9710bdf /Makefile.global | |
parent | c9872c9199e69a9f4ff0f49fecd57b22de215f6e (diff) | |
download | php-git-f3a8a7d6bbfb79a25daa82d084b6e2f1d945ebbf.tar.gz |
Fix make test and remove a warning
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global index 0f0b5bf681..855bea5b68 100644 --- a/Makefile.global +++ b/Makefile.global @@ -56,7 +56,7 @@ install-tester: install-su: install-pear install-tester test: sapi/cli/php - TOP_BUILDDIR=$(top_builddir) TOP_SRCDIR=$(top_srcdir) \ + @TEST_PHP_EXECUTABLE=$(top_builddir)/sapi/cli/php \ $(top_builddir)/sapi/cli/php -c php.ini-dist $(top_srcdir)/run-tests.php clean: |