aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-ini/ini/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-ini/ini/Makefile')
-rw-r--r--vendor/github.com/go-ini/ini/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/go-ini/ini/Makefile b/vendor/github.com/go-ini/ini/Makefile
new file mode 100644
index 0000000..ac034e5
--- /dev/null
+++ b/vendor/github.com/go-ini/ini/Makefile
@@ -0,0 +1,12 @@
+.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