]> granicus.if.org Git - php/commitdiff
use current build of php
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 23:12:02 +0000 (23:12 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 23:12:02 +0000 (23:12 +0000)
Makefile.frag

index 848027b17cda13e0f433ea1e1538f807d94c07bf..8a9528b7b3c543925c1b97ba2fa97c570a5b0b89 100644 (file)
@@ -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