15 lines
246 B
YAML
15 lines
246 B
YAML
tests:
|
|
kernel.mutex.system:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
tags:
|
|
- kernel
|
|
- userspace
|
|
- mutex
|
|
|
|
kernel.mutex.system.nouser:
|
|
tags:
|
|
- kernel
|
|
- mutex
|
|
extra_configs:
|
|
- CONFIG_TEST_USERSPACE=n
|