comicpress-widgets/Makefile

6 lines
137 B
Makefile
Raw Normal View History

2010-01-25 01:16:13 +00:00
FILES := $(shell find . -name '*.php' -o -name '*.inc')
test-coverage : $(FILES)
phpunit --coverage-html coverage --syntax-check test