mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
Makefile: add testing/fstest to tinygo-test where supported
This commit is contained in:
@@ -261,11 +261,13 @@ TEST_PACKAGES := \
|
||||
|
||||
# archive/zip requires ReadAt, which is not yet supported on windows
|
||||
# io/fs requires os.ReadDir, which is not yet supported on windows or wasi
|
||||
# testing/fstest requires os.ReadDir, which is not yet supported on windows or wasi
|
||||
ifneq ($(OS),Windows_NT)
|
||||
TEST_PACKAGES := \
|
||||
$(TEST_PACKAGES) \
|
||||
archive/zip \
|
||||
io/fs
|
||||
io/fs \
|
||||
testing/fstest
|
||||
endif
|
||||
|
||||
# Standard library packages that pass tests on wasi
|
||||
|
||||
Reference in New Issue
Block a user