Skip to content

Commit aed8116

Browse files
dgryskideadprogram
authored andcommitted
GNUmakefile: add context and expvar to stdlib tests
1 parent f6c759c commit aed8116

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

GNUmakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ TEST_PACKAGES_FAST = \
344344
encoding/base64 \
345345
encoding/csv \
346346
encoding/hex \
347+
expvar \
347348
go/ast \
348349
go/format \
349350
go/scanner \
@@ -397,6 +398,7 @@ TEST_PACKAGES_FAST = \
397398
TEST_PACKAGES_LINUX := \
398399
archive/zip \
399400
compress/flate \
401+
context \
400402
crypto/aes \
401403
crypto/des \
402404
crypto/hmac \
@@ -439,6 +441,7 @@ TEST_PACKAGES_NONWASM = \
439441
crypto/ecdsa \
440442
debug/macho \
441443
embed/internal/embedtest \
444+
expvar \
442445
go/format \
443446
os \
444447
testing \

0 commit comments

Comments
 (0)