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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/d5/tengo/v2/Makefile b/vendor/github.com/d5/tengo/v2/Makefile
index 793bc129..d461b661 100644
--- a/vendor/github.com/d5/tengo/v2/Makefile
+++ b/vendor/github.com/d5/tengo/v2/Makefile
@@ -6,6 +6,7 @@ lint:
test: generate lint
go test -race -cover ./...
+ go run ./cmd/tengo -resolve ./testdata/cli/test.tengo
fmt:
go fmt ./...