From b25d61294b11e295ad3c8a9d8f791709de5b69bf Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Fri, 26 Apr 2024 03:20:13 -0400 Subject: [PATCH] tests: posix: common: test userspace as well Ensure that userspace is tested in the common posix testsuite. Signed-off-by: Chris Friedt --- tests/posix/common/testcase.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/posix/common/testcase.yaml b/tests/posix/common/testcase.yaml index 835699768787eb1..2e8afc9b102d8fb 100644 --- a/tests/posix/common/testcase.yaml +++ b/tests/posix/common/testcase.yaml @@ -103,3 +103,10 @@ tests: extra_configs: - CONFIG_DYNAMIC_THREAD=n - CONFIG_THREAD_STACK_INFO=n + portability.posix.common.userspace: + integration_platforms: + - qemu_x86 + - qemu_riscv64 + - qemu_cortex_a53 + extra_configs: + - CONFIG_USERSPACE=y