mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 14:33:41 +00:00
GNUmakefile: more stdlib packages
This commit is contained in:
@@ -303,6 +303,7 @@ TEST_PACKAGES_SLOW = \
|
|||||||
|
|
||||||
# Standard library packages that pass tests quickly on darwin, linux, wasi, and windows
|
# Standard library packages that pass tests quickly on darwin, linux, wasi, and windows
|
||||||
TEST_PACKAGES_FAST = \
|
TEST_PACKAGES_FAST = \
|
||||||
|
cmp \
|
||||||
compress/lzw \
|
compress/lzw \
|
||||||
compress/zlib \
|
compress/zlib \
|
||||||
container/heap \
|
container/heap \
|
||||||
@@ -315,10 +316,12 @@ TEST_PACKAGES_FAST = \
|
|||||||
crypto/sha1 \
|
crypto/sha1 \
|
||||||
crypto/sha256 \
|
crypto/sha256 \
|
||||||
crypto/sha512 \
|
crypto/sha512 \
|
||||||
|
database/sql/driver \
|
||||||
debug/macho \
|
debug/macho \
|
||||||
embed/internal/embedtest \
|
embed/internal/embedtest \
|
||||||
encoding \
|
encoding \
|
||||||
encoding/ascii85 \
|
encoding/ascii85 \
|
||||||
|
encoding/asn1 \
|
||||||
encoding/base32 \
|
encoding/base32 \
|
||||||
encoding/base64 \
|
encoding/base64 \
|
||||||
encoding/csv \
|
encoding/csv \
|
||||||
@@ -326,6 +329,7 @@ TEST_PACKAGES_FAST = \
|
|||||||
go/ast \
|
go/ast \
|
||||||
go/format \
|
go/format \
|
||||||
go/scanner \
|
go/scanner \
|
||||||
|
go/version \
|
||||||
hash \
|
hash \
|
||||||
hash/adler32 \
|
hash/adler32 \
|
||||||
hash/crc64 \
|
hash/crc64 \
|
||||||
|
|||||||
Reference in New Issue
Block a user