commit | 55ad66a30c7576129a548c508c3ed61a4303fb8c | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Nov 15 12:41:36 2024 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Nov 20 15:58:15 2024 -0500 |
tree | c7e224bcd1d0a4b15f62d5056afbf80a1252c613 | |
parent | df4883ad23df2eb3da0ffd68f91b3d6de051ea36 [diff] |
tests: ztest/base: fix incorrect userspace filtering The filter here should be used to filter for capability: whether the platform configuration supports userspace. And if it does support userspace, we then enable CONFIG_TEST_USERSPACE (and thus CONFIG_USERSPACE) for testing. We should not be filtering for whether userspace is enabled, but should really be filtering for whether userspace is supported. Signed-off-by: Daniel Leung <daniel.leung@intel.com>