5 lines
41 B
Makefile
5 lines
41 B
Makefile
|
.PHONY : test
|
||
|
|
||
|
test :
|
||
|
testrb -b tests/*
|