0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
wp-opentofu/vendor/github.com/go-ini/ini/Makefile

13 lines
155 B
Makefile
Raw Normal View History

2016-10-08 19:17:01 +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