]> granicus.if.org Git - php/commitdiff
organize
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 11:43:27 +0000 (11:43 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 11:43:27 +0000 (11:43 +0000)
Makefile.frag
tests/run-tests.php [moved from tests/phpdbg.php with 100% similarity]

index c676b451022ce147df4c55965827e99723f514c7..848027b17cda13e0f433ea1e1538f807d94c07bf 100644 (file)
@@ -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
 
similarity index 100%
rename from tests/phpdbg.php
rename to tests/run-tests.php