diff --git a/gnovm/Makefile b/gnovm/Makefile index 31daf942554..3cf2f74276b 100644 --- a/gnovm/Makefile +++ b/gnovm/Makefile @@ -97,6 +97,9 @@ _test.stdlibs: go run ./cmd/gno test -v ./stdlibs/... +_test.filetest:; + go test pkg/gnolang/files_test.go -test.short -run 'TestFiles$$/' $(GOTEST_FLAGS) + ######################################## # Code gen # TODO: move _dev.stringer to go:generate instructions, simplify generate