From: krakjoe Date: Thu, 5 Dec 2013 11:39:55 +0000 (+0000) Subject: add test-phpdbg makefile rule X-Git-Tag: php-5.6.0alpha1~110^2~29^2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9df1bc1b9c5eba1e7ce38bd7fcadf918cb5b7ac9;p=php add test-phpdbg makefile rule --- diff --git a/Makefile.frag b/Makefile.frag index 714aacc849..c676b45102 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -18,7 +18,11 @@ install-phpdbg: $(BUILD_BINARY) clean-phpdbg: @echo "Cleaning phpdbg object files ..." find sapi/phpdbg/ -name *.lo -o -name *.o | xargs rm -f + +test-phpdbg: + @echo "Running tests ..." + @php sapi/phpdbg/tests/phpdbg.php --phpdbg sapi/phpdbg/phpdbg -.PHONY: clean-phpdbg +.PHONY: clean-phpdbg test-phpdbg