tests must include leakybucket

This commit is contained in:
Sridhar Ratnakumar 2014-04-29 19:55:54 -07:00
parent 34fb5fd3ef
commit 63578d7a58
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
default: test default: test
test: *.go test: *.go
go test -v go test -v ./...
fmt: fmt:
gofmt -w . gofmt -w .