Skip to content

Commit 4078898

Browse files
dgryskideadprogram
authored andcommitted
GNUmakefile: more stdlib packages
1 parent e17daf1 commit 4078898

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

GNUmakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ TEST_PACKAGES_SLOW = \
303303

304304
# Standard library packages that pass tests quickly on darwin, linux, wasi, and windows
305305
TEST_PACKAGES_FAST = \
306+
cmp \
306307
compress/lzw \
307308
compress/zlib \
308309
container/heap \
@@ -315,17 +316,20 @@ TEST_PACKAGES_FAST = \
315316
crypto/sha1 \
316317
crypto/sha256 \
317318
crypto/sha512 \
319+
database/sql/driver \
318320
debug/macho \
319321
embed/internal/embedtest \
320322
encoding \
321323
encoding/ascii85 \
324+
encoding/asn1 \
322325
encoding/base32 \
323326
encoding/base64 \
324327
encoding/csv \
325328
encoding/hex \
326329
go/ast \
327330
go/format \
328331
go/scanner \
332+
go/version \
329333
hash \
330334
hash/adler32 \
331335
hash/crc64 \

0 commit comments

Comments
 (0)