summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/francoispqt/gojay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/francoispqt/gojay/Makefile')
-rw-r--r--vendor/github.com/francoispqt/gojay/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/francoispqt/gojay/Makefile b/vendor/github.com/francoispqt/gojay/Makefile
new file mode 100644
index 00000000..ce957239
--- /dev/null
+++ b/vendor/github.com/francoispqt/gojay/Makefile
@@ -0,0 +1,11 @@
+.PHONY: test
+test:
+ go test -race -run=^Test -v
+
+.PHONY: cover
+cover:
+ go test -coverprofile=coverage.out -covermode=atomic
+
+.PHONY: coverhtml
+coverhtml:
+ go tool cover -html=coverage.out \ No newline at end of file