minicomic-backend/Makefile

7 lines
132 B
Makefile
Raw Normal View History

2010-01-05 12:28:52 +00:00
.PHONY : test test-coverage
2010-01-05 03:55:50 +00:00
test :
2010-01-06 02:39:35 +00:00
testrb -b tests/*.rb
2010-01-05 12:28:52 +00:00
test-coverage :
rcov -x '\/jruby\/lib\/' -x '\/tests\/data\/' tests/*.rb