This lets us quickly filter tests that exercise userspace when developing it. Some tests had a whitelist with qemu_cortex_m3; change this to mps2_an385, which is the QEMU target with an MPU enabled. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
14 lines
336 B
YAML
14 lines
336 B
YAML
tests:
|
|
kernel.common:
|
|
tags: kernel userspace
|
|
min_flash: 33
|
|
min_ram: 32
|
|
kernel.common.misra:
|
|
tags: kernel
|
|
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
|