comicpress-widgets/Makefile
2010-01-24 20:16:13 -05:00

6 lines
137 B
Makefile

FILES := $(shell find . -name '*.php' -o -name '*.inc')
test-coverage : $(FILES)
phpunit --coverage-html coverage --syntax-check test