1
0
mirror of https://github.com/restic/restic.git synced 2024-07-07 09:30:53 +02:00
restic/vendor/github.com/go-ini/ini/Makefile

13 lines
155 B
Makefile
Raw Normal View History

2017-07-23 14:24:45 +02: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