From 972c6a998bda70a6bddf6ea8cb1ceda13ea62779 Mon Sep 17 00:00:00 2001 From: Lee ByeongJun Date: Tue, 14 Nov 2023 15:14:48 +0900 Subject: [PATCH] update gnovm makefile --- gnovm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnovm/Makefile b/gnovm/Makefile index 34e94f88633..89c895a0d15 100644 --- a/gnovm/Makefile +++ b/gnovm/Makefile @@ -48,7 +48,7 @@ _test.pkg: _test.gnolang: _test.gnolang.native _test.gnolang.stdlibs _test.gnolang.realm _test.gnolang.pkg0 _test.gnolang.pkg1 _test.gnolang.pkg2 _test.gnolang.other _test.gnolang.other:; go test tests/*.go -run "(TestFileStr|TestSelectors)" $(GOTEST_FLAGS) _test.gnolang.realm:; go test tests/*.go -run "TestFiles/^zrealm" $(GOTEST_FLAGS) -_test.gnolang.pkg0:; go test tests/*.go -run "TestPackages/(bufio|crypto|encoding|errors|internal|io|math|sort|std|stdshim|strconv|strings|testing|unicode)" $(GOTEST_FLAGS) +_test.gnolang.pkg0:; go test tests/*.go -run "TestPackages/(bufio|crypto|encoding|errors|hash|internal|io|math|net|path|sort|std|stdshim|strconv|strings|testing|time|unicode)" $(GOTEST_FLAGS) _test.gnolang.pkg1:; go test tests/*.go -run "TestPackages/regexp" $(GOTEST_FLAGS) _test.gnolang.pkg2:; go test tests/*.go -run "TestPackages/bytes" $(GOTEST_FLAGS) _test.gnolang.native:; go test tests/*.go -test.short -run "TestFilesNative/" $(GOTEST_FLAGS)