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