mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 21:34:37 +03:00
mox!
This commit is contained in:
20
vendor/github.com/mjl-/bstore/Makefile
generated
vendored
Normal file
20
vendor/github.com/mjl-/bstore/Makefile
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
build:
|
||||
go build ./...
|
||||
go vet ./...
|
||||
GOARCH=386 go vet ./...
|
||||
staticcheck ./...
|
||||
./gendoc.sh
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
||||
gofmt -w -s *.go cmd/bstore/*.go
|
||||
|
||||
test:
|
||||
go test -race -shuffle=on -coverprofile cover.out
|
||||
go tool cover -html=cover.out -o cover.html
|
||||
|
||||
benchmark:
|
||||
go test -bench .
|
||||
|
||||
fuzz:
|
||||
go test -fuzz .
|
Reference in New Issue
Block a user