Makefile: add compress/flate and compress/zlib to wasi test packages
Этот коммит содержится в:
родитель
c87bb0e9cc
коммит
0d20afa85f
1 изменённых файлов: 3 добавлений и 3 удалений
6
Makefile
6
Makefile
|
@ -198,6 +198,8 @@ test: wasi-libc
|
||||||
|
|
||||||
TEST_PACKAGES_BASE = \
|
TEST_PACKAGES_BASE = \
|
||||||
compress/bzip2 \
|
compress/bzip2 \
|
||||||
|
compress/flate \
|
||||||
|
compress/zlib \
|
||||||
container/heap \
|
container/heap \
|
||||||
container/list \
|
container/list \
|
||||||
container/ring \
|
container/ring \
|
||||||
|
@ -242,9 +244,7 @@ TEST_PACKAGES_BASE = \
|
||||||
|
|
||||||
# Standard library packages that pass tests natively
|
# Standard library packages that pass tests natively
|
||||||
TEST_PACKAGES = \
|
TEST_PACKAGES = \
|
||||||
$(TEST_PACKAGES_BASE) \
|
$(TEST_PACKAGES_BASE)
|
||||||
compress/flate \
|
|
||||||
compress/zlib \
|
|
||||||
|
|
||||||
# Standard library packages that pass tests on wasi
|
# Standard library packages that pass tests on wasi
|
||||||
TEST_PACKAGES_WASI = \
|
TEST_PACKAGES_WASI = \
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче