Makefile: add io/fs to tinygo-test where supported
Depends on t.TempDir(), which is why this wasn't enabled earlier.
Этот коммит содержится в:
родитель
b24af78327
коммит
58d0499e55
1 изменённых файлов: 3 добавлений и 1 удалений
4
Makefile
4
Makefile
|
@ -260,10 +260,12 @@ TEST_PACKAGES := \
|
|||
$(TEST_PACKAGES_BASE)
|
||||
|
||||
# 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
|
||||
ifneq ($(OS),Windows_NT)
|
||||
TEST_PACKAGES := \
|
||||
$(TEST_PACKAGES) \
|
||||
archive/zip
|
||||
archive/zip \
|
||||
io/fs
|
||||
endif
|
||||
|
||||
# Standard library packages that pass tests on wasi
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче