tests: posix: common: test userspace as well

Ensure that userspace is tested in the common posix testsuite.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2024-04-26 03:20:13 -04:00 committed by Fabio Baltieri
commit d11a0c2be9

View file

@ -71,3 +71,9 @@ tests:
extra_configs: extra_configs:
- CONFIG_DYNAMIC_THREAD=n - CONFIG_DYNAMIC_THREAD=n
- CONFIG_THREAD_STACK_INFO=n - CONFIG_THREAD_STACK_INFO=n
portability.posix.common.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
tags:
- userspace
extra_configs:
- CONFIG_USERSPACE=y