From eeae02fa0f199d17585791995736fdade06e6bc6 Mon Sep 17 00:00:00 2001 From: ltzMaxwell Date: Wed, 27 Nov 2024 10:31:24 +0900 Subject: [PATCH 1/2] save --- gnovm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnovm/Makefile b/gnovm/Makefile index 31daf942554..0f36ac69a12 100644 --- a/gnovm/Makefile +++ b/gnovm/Makefile @@ -97,6 +97,8 @@ _test.stdlibs: go run ./cmd/gno test -v ./stdlibs/... +_test.gnolang.stdlibs:; 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 From a7ea76123a230853e8556d3a414f2746ab12151f Mon Sep 17 00:00:00 2001 From: ltzMaxwell Date: Wed, 4 Dec 2024 21:54:58 +0800 Subject: [PATCH 2/2] fixup --- gnovm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnovm/Makefile b/gnovm/Makefile index 0f36ac69a12..3cf2f74276b 100644 --- a/gnovm/Makefile +++ b/gnovm/Makefile @@ -97,7 +97,8 @@ _test.stdlibs: go run ./cmd/gno test -v ./stdlibs/... -_test.gnolang.stdlibs:; go test pkg/gnolang/files_test.go -test.short -run 'TestFiles$$/' $(GOTEST_FLAGS) +_test.filetest:; + go test pkg/gnolang/files_test.go -test.short -run 'TestFiles$$/' $(GOTEST_FLAGS) ######################################## # Code gen