minicomic-backend/Makefile

7 lines
159 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 :
testrb `find tests -name '*.rb'`
2010-01-05 12:28:52 +00:00
test-coverage :
rcov -x '\/jruby\/lib\/' -x '\/tests\/data\/' `find tests -name '*.rb'`