From 407889864f1749fee46312fa191bf53ff59137ce Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Thu, 3 Oct 2024 18:10:59 -0700 Subject: [PATCH] GNUmakefile: more stdlib packages --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index eff22d8ab1..ac7f66f12e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 \ @@ -315,10 +316,12 @@ 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 \ @@ -326,6 +329,7 @@ TEST_PACKAGES_FAST = \ go/ast \ go/format \ go/scanner \ + go/version \ hash \ hash/adler32 \ hash/crc64 \