Skip to content

Commit 42f8201

Browse files
committed
Makefile: add more stdlib packages for testing
1 parent 74b20ca commit 42f8201

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ test: wasi-libc
201201
TEST_PACKAGES = \
202202
compress/bzip2 \
203203
compress/flate \
204+
compress/lzw \
204205
compress/zlib \
205206
container/heap \
206207
container/list \
@@ -215,6 +216,7 @@ TEST_PACKAGES = \
215216
crypto/sha256 \
216217
crypto/sha512 \
217218
debug/macho \
219+
debug/plan9obj \
218220
encoding \
219221
encoding/ascii85 \
220222
encoding/base32 \

0 commit comments

Comments
 (0)