From 9df1bc1b9c5eba1e7ce38bd7fcadf918cb5b7ac9 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 5 Dec 2013 11:39:55 +0000 Subject: [PATCH] add test-phpdbg makefile rule --- Makefile.frag | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.50.1