From: krakjoe Date: Thu, 5 Dec 2013 23:12:02 +0000 (+0000) Subject: use current build of php X-Git-Tag: php-5.6.0alpha1~110^2~29^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3750cea9e137fc33b8f069533358a119a8725cb6;p=php use current build of php --- diff --git a/Makefile.frag b/Makefile.frag index 848027b17c..8a9528b7b3 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -21,7 +21,7 @@ clean-phpdbg: test-phpdbg: @echo "Running phpdbg tests ..." - @php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg + @$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg .PHONY: clean-phpdbg test-phpdbg