3 lines
70 B
Makefile
3 lines
70 B
Makefile
.PHONY: test
|
|
test:
|
|
@prove -e $(PWD)/tool/test-runner.pl -v $(PWD)/t/
|