5 lines
93 B
Makefile
5 lines
93 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
BATS_LIB_PATH=/usr/local/lib/ bats --recursive --timing --verbose-run .
|