From ce47512c09b3f9c082195aa644d29e10dd04faec Mon Sep 17 00:00:00 2001 From: Evgeniy Paltsev Date: Thu, 3 Jun 2021 14:37:10 +0300 Subject: [PATCH] tests: posix: common: add option to build with arcmwdt libc Add testcase to tests/posix/common with ARC MWDT libc usage. Signed-off-by: Eugeniy Paltsev Signed-off-by: Evgeniy Paltsev --- tests/posix/common/testcase.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/posix/common/testcase.yaml b/tests/posix/common/testcase.yaml index 20c6cc81b5c..8c62fb2c0b5 100644 --- a/tests/posix/common/testcase.yaml +++ b/tests/posix/common/testcase.yaml @@ -14,6 +14,10 @@ tests: filter: TOOLCHAIN_HAS_NEWLIB == 1 extra_configs: - CONFIG_NEWLIB_LIBC=y + portability.posix.common.arcmwdtlib: + toolchain_allow: arcmwdt + extra_configs: + - CONFIG_ARCMWDT_LIBC=y portability.posix.common.tls: platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE