Skip to content

Commit

Permalink
GNUmakefile: more stdlib packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dgryski authored and deadprogram committed Oct 4, 2024
1 parent e17daf1 commit 4078898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ TEST_PACKAGES_SLOW = \

# Standard library packages that pass tests quickly on darwin, linux, wasi, and windows
TEST_PACKAGES_FAST = \
cmp \
compress/lzw \
compress/zlib \
container/heap \
Expand All @@ -315,17 +316,20 @@ TEST_PACKAGES_FAST = \
crypto/sha1 \
crypto/sha256 \
crypto/sha512 \
database/sql/driver \
debug/macho \
embed/internal/embedtest \
encoding \
encoding/ascii85 \
encoding/asn1 \
encoding/base32 \
encoding/base64 \
encoding/csv \
encoding/hex \
go/ast \
go/format \
go/scanner \
go/version \
hash \
hash/adler32 \
hash/crc64 \
Expand Down

0 comments on commit 4078898

Please sign in to comment.