Makefile: add archive/zip to TEST_PACKAGES

Except on windows, where it fails because it needs ReadAt, which we don't implement on windows yet.
This commit is contained in:
Dan Kegel
2022-01-18 18:02:56 -08:00
committed by Ron Evans
parent 60b483bd3b
commit 8eedd2b04b
+3
View File
@@ -262,6 +262,9 @@ TEST_PACKAGES_BASE = \
# Standard library packages that pass tests natively
TEST_PACKAGES = \
ifneq ($(OS),Windows_NT) # archive/zip requires ReadAt, which is not yet supported on windows
archive/zip \
endif
$(TEST_PACKAGES_BASE)
# Standard library packages that pass tests on wasi