zephyr/tests/kernel/common/testcase.yaml
Anas Nashif fc4cb492b5 tests: build kernel/common on all platforms, always
To catch more potential issues with PRs, build common kernel tests
in addition to the synchronization sample which does not run any tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-09-25 12:56:32 -04:00

15 lines
369 B
YAML

tests:
kernel.common:
tags: kernel userspace
build_on_all: true
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