summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/v2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/v2/Makefile')
-rw-r--r--vendor/github.com/d5/tengo/v2/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/d5/tengo/v2/Makefile b/vendor/github.com/d5/tengo/v2/Makefile
new file mode 100644
index 00000000..793bc129
--- /dev/null
+++ b/vendor/github.com/d5/tengo/v2/Makefile
@@ -0,0 +1,11 @@
+generate:
+ go generate ./...
+
+lint:
+ golint -set_exit_status ./...
+
+test: generate lint
+ go test -race -cover ./...
+
+fmt:
+ go fmt ./...