reflector.go/Makefile
2018-02-07 15:53:53 -05:00

5 lines
65 B
Makefile

.PHONY: test
.DEFAULT_GOAL: test
test:
go test ./... -v -cover