mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-22 05:19:03 +00:00
Makefile: add compress/flate and compress/zlib to wasi test packages
This commit is contained in:
@@ -198,6 +198,8 @@ test: wasi-libc
|
|||||||
|
|
||||||
TEST_PACKAGES_BASE = \
|
TEST_PACKAGES_BASE = \
|
||||||
compress/bzip2 \
|
compress/bzip2 \
|
||||||
|
compress/flate \
|
||||||
|
compress/zlib \
|
||||||
container/heap \
|
container/heap \
|
||||||
container/list \
|
container/list \
|
||||||
container/ring \
|
container/ring \
|
||||||
@@ -242,9 +244,7 @@ TEST_PACKAGES_BASE = \
|
|||||||
|
|
||||||
# Standard library packages that pass tests natively
|
# Standard library packages that pass tests natively
|
||||||
TEST_PACKAGES = \
|
TEST_PACKAGES = \
|
||||||
$(TEST_PACKAGES_BASE) \
|
$(TEST_PACKAGES_BASE)
|
||||||
compress/flate \
|
|
||||||
compress/zlib \
|
|
||||||
|
|
||||||
# Standard library packages that pass tests on wasi
|
# Standard library packages that pass tests on wasi
|
||||||
TEST_PACKAGES_WASI = \
|
TEST_PACKAGES_WASI = \
|
||||||
|
|||||||
Reference in New Issue
Block a user