mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 20:14:04 +00:00
GNUmakefile: add context and expvar to stdlib tests
This commit is contained in:
@@ -344,6 +344,7 @@ TEST_PACKAGES_FAST = \
|
|||||||
encoding/base64 \
|
encoding/base64 \
|
||||||
encoding/csv \
|
encoding/csv \
|
||||||
encoding/hex \
|
encoding/hex \
|
||||||
|
expvar \
|
||||||
go/ast \
|
go/ast \
|
||||||
go/format \
|
go/format \
|
||||||
go/scanner \
|
go/scanner \
|
||||||
@@ -397,6 +398,7 @@ TEST_PACKAGES_FAST = \
|
|||||||
TEST_PACKAGES_LINUX := \
|
TEST_PACKAGES_LINUX := \
|
||||||
archive/zip \
|
archive/zip \
|
||||||
compress/flate \
|
compress/flate \
|
||||||
|
context \
|
||||||
crypto/aes \
|
crypto/aes \
|
||||||
crypto/des \
|
crypto/des \
|
||||||
crypto/hmac \
|
crypto/hmac \
|
||||||
@@ -439,6 +441,7 @@ TEST_PACKAGES_NONWASM = \
|
|||||||
crypto/ecdsa \
|
crypto/ecdsa \
|
||||||
debug/macho \
|
debug/macho \
|
||||||
embed/internal/embedtest \
|
embed/internal/embedtest \
|
||||||
|
expvar \
|
||||||
go/format \
|
go/format \
|
||||||
os \
|
os \
|
||||||
testing \
|
testing \
|
||||||
|
|||||||
Reference in New Issue
Block a user