2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 11:30:49 +00:00
restic/vendor/github.com/go-ini/ini/Makefile

13 lines
155 B
Makefile
Raw Normal View History

2017-07-23 12:24:45 +00:00
.PHONY: build test bench vet
build: vet bench
test:
go test -v -cover -race
bench:
go test -v -cover -race -test.bench=. -test.benchmem
vet:
go vet