minicomic-backend/Makefile
2010-01-05 21:39:35 -05:00

7 lines
132 B
Makefile

.PHONY : test test-coverage
test :
testrb -b tests/*.rb
test-coverage :
rcov -x '\/jruby\/lib\/' -x '\/tests\/data\/' tests/*.rb