From 0d20afa85fe38c260e8e920d62e987fd0a3876b8 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Sat, 15 Jan 2022 07:52:37 -0800 Subject: [PATCH] Makefile: add compress/flate and compress/zlib to wasi test packages --- Makefile | 6 +++--- 1 file 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 = \