From: krakjoe Date: Thu, 5 Dec 2013 11:43:27 +0000 (+0000) Subject: organize X-Git-Tag: php-5.6.0alpha1~110^2~29^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c499c072dcf9e8657669f25706941c6062232e0;p=php organize --- diff --git a/Makefile.frag b/Makefile.frag index c676b45102..848027b17c 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -18,10 +18,10 @@ 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 + @echo "Running phpdbg tests ..." + @php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg .PHONY: clean-phpdbg test-phpdbg diff --git a/tests/phpdbg.php b/tests/run-tests.php similarity index 100% rename from tests/phpdbg.php rename to tests/run-tests.php