1
0
Fork 0
bocadillo/Makefile

9 lines
89 B
Makefile

install:
dep ensure
test:
go test ./{mysql,tests}
testv:
go test -v ./{mysql,tests}