zephyr/tests/kernel/common/testcase.yaml
Henrik Brix Andersen c3ccbbbdc3 tests: kernel: common: add missing userspace tag
Add missing userspace tag to the kernel/common test suite.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2019-05-26 08:56:08 -04:00

14 lines
346 B
YAML

tests:
kernel.common:
tags: kernel userspace
min_flash: 33
min_ram: 32
kernel.common.misra:
tags: kernel userspace
min_flash: 33
min_ram: 32
# Some configurations are known-incompliant and won't build
filter: not ((CONFIG_I2C or CONFIG_SPI) and CONFIG_USERSPACE)
extra_configs:
- CONFIG_MISRA_SANE=y