mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 14:33:41 +00:00
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:
@@ -262,6 +262,9 @@ TEST_PACKAGES_BASE = \
|
|||||||
|
|
||||||
# Standard library packages that pass tests natively
|
# Standard library packages that pass tests natively
|
||||||
TEST_PACKAGES = \
|
TEST_PACKAGES = \
|
||||||
|
ifneq ($(OS),Windows_NT) # archive/zip requires ReadAt, which is not yet supported on windows
|
||||||
|
archive/zip \
|
||||||
|
endif
|
||||||
$(TEST_PACKAGES_BASE)
|
$(TEST_PACKAGES_BASE)
|
||||||
|
|
||||||
# Standard library packages that pass tests on wasi
|
# Standard library packages that pass tests on wasi
|
||||||
|
|||||||
Reference in New Issue
Block a user