mirror of https://github.com/etcd-io/bbolt.git
parent
77a57326e3
commit
75d4714c2c
|
@ -2,4 +2,3 @@
|
||||||
*.test
|
*.test
|
||||||
*.swp
|
*.swp
|
||||||
/bin/
|
/bin/
|
||||||
cmd/bolt/bolt
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -25,6 +25,6 @@ errcheck:
|
||||||
test:
|
test:
|
||||||
go test -timeout 20m -v -coverprofile cover.out -covermode atomic
|
go test -timeout 20m -v -coverprofile cover.out -covermode atomic
|
||||||
# Note: gets "program not an importable package" in out of path builds
|
# Note: gets "program not an importable package" in out of path builds
|
||||||
go test -v ./cmd/bolt
|
go test -v ./cmd/bbolt
|
||||||
|
|
||||||
.PHONY: race fmt errcheck test gosimple unused
|
.PHONY: race fmt errcheck test gosimple unused
|
||||||
|
|
Loading…
Reference in New Issue