projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e88e0
)
add test-phpdbg makefile rule
author
krakjoe
<joe.watkins@live.co.uk>
Thu, 5 Dec 2013 11:39:55 +0000
(11:39 +0000)
committer
krakjoe
<joe.watkins@live.co.uk>
Thu, 5 Dec 2013 11:39:55 +0000
(11:39 +0000)
Makefile.frag
patch
|
blob
|
history
diff --git
a/Makefile.frag
b/Makefile.frag
index 714aacc84922ece6ebec89da3bb61cf5ce86fa8c..c676b451022ce147df4c55965827e99723f514c7 100644
(file)
--- 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