Makefile: add testing/fstest to tinygo-test where supported
Этот коммит содержится в:
родитель
31a3a7c84b
коммит
6c23f27f73
1 изменённых файлов: 3 добавлений и 1 удалений
4
Makefile
4
Makefile
|
@ -261,11 +261,13 @@ TEST_PACKAGES := \
|
||||||
|
|
||||||
# archive/zip requires ReadAt, which is not yet supported on windows
|
# 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
|
# 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)
|
ifneq ($(OS),Windows_NT)
|
||||||
TEST_PACKAGES := \
|
TEST_PACKAGES := \
|
||||||
$(TEST_PACKAGES) \
|
$(TEST_PACKAGES) \
|
||||||
archive/zip \
|
archive/zip \
|
||||||
io/fs
|
io/fs \
|
||||||
|
testing/fstest
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Standard library packages that pass tests on wasi
|
# Standard library packages that pass tests on wasi
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче