zephyr/tests/ztest/base
Daniel Leung 55ad66a30c 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>
2024-11-20 15:58:15 -05:00
..
src ztest: Add Support for Multiple Test Runs. 2024-09-18 15:32:28 +02:00
CMakeLists.txt tests: Support targeting unit_testing with and without qualifier 2024-10-25 18:51:10 +01:00
Kconfig
prj.conf
prj_cpp.conf
prj_verbose_0.conf ztest: Add Support for Multiple Test Runs. 2024-09-18 15:32:28 +02:00
prj_verbose_1.conf ztest: Add Support for Multiple Test Runs. 2024-09-18 15:32:28 +02:00
prj_verbose_2.conf
testcase.yaml tests: ztest/base: fix incorrect userspace filtering 2024-11-20 15:58:15 -05:00