Makefile: add more TEST_PACKAGES that currently pass

Этот коммит содержится в:
Damian Gryski 2021-10-15 16:27:53 -07:00 коммит произвёл Ayke
родитель a88530b785
коммит 90f4b0a266

Просмотреть файл

@ -187,11 +187,14 @@ test: wasi-libc
CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) test -v -buildmode exe -tags byollvm ./builder ./cgo ./compileopts ./compiler ./interp ./transform . CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) test -v -buildmode exe -tags byollvm ./builder ./cgo ./compileopts ./compiler ./interp ./transform .
TEST_PACKAGES = \ TEST_PACKAGES = \
compress/bzip2 \
container/heap \ container/heap \
container/list \ container/list \
container/ring \ container/ring \
crypto/des \ crypto/des \
crypto/dsa \
crypto/md5 \ crypto/md5 \
crypto/rc4 \
crypto/sha1 \ crypto/sha1 \
crypto/sha256 \ crypto/sha256 \
crypto/sha512 \ crypto/sha512 \
@ -199,13 +202,19 @@ TEST_PACKAGES = \
encoding/ascii85 \ encoding/ascii85 \
encoding/base32 \ encoding/base32 \
encoding/hex \ encoding/hex \
hash \
hash/adler32 \ hash/adler32 \
hash/fnv \ hash/fnv \
hash/crc64 \ hash/crc64 \
html \
index/suffixarray \
math \ math \
math/cmplx \ math/cmplx \
testing \ testing \
testing/iotest \
text/scanner \ text/scanner \
text/scanner \
unicode \
unicode/utf8 \ unicode/utf8 \
# Test known-working standard library packages. # Test known-working standard library packages.