1
0
Fork 0
bocadillo/Makefile

9 lines
89 B
Makefile
Raw Permalink Normal View History

2018-11-09 00:11:12 +00:00
install:
dep ensure
test:
go test ./{mysql,tests}
testv:
go test -v ./{mysql,tests}