aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorDamian Gryski <[email protected]>2022-01-15 07:52:37 -0800
committerRon Evans <[email protected]>2022-01-15 17:29:33 +0100
commit0d20afa85fe38c260e8e920d62e987fd0a3876b8 (patch)
tree63e98a2044a810163414adbf6be414d5c67d60d6 /Makefile
parentc87bb0e9cc1a9d145af25c223c9795ca1a8d236e (diff)
downloadtinygo-0d20afa85fe38c260e8e920d62e987fd0a3876b8.tar.gz
tinygo-0d20afa85fe38c260e8e920d62e987fd0a3876b8.zip
Makefile: add compress/flate and compress/zlib to wasi test packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c7b77ec2c..fcc96f2fd 100644
--- a/Makefile
+++ b/Makefile
@@ -198,6 +198,8 @@ test: wasi-libc
TEST_PACKAGES_BASE = \
compress/bzip2 \
+ compress/flate \
+ compress/zlib \
container/heap \
container/list \
container/ring \
@@ -242,9 +244,7 @@ TEST_PACKAGES_BASE = \
# Standard library packages that pass tests natively
TEST_PACKAGES = \
- $(TEST_PACKAGES_BASE) \
- compress/flate \
- compress/zlib \
+ $(TEST_PACKAGES_BASE)
# Standard library packages that pass tests on wasi
TEST_PACKAGES_WASI = \