zephyr/tests/benchmarks/footprints/testcase.yaml
Maureen Helm e839458217 tests: benchmark: Fix footprint testcase.yaml to use arch_allow
Fixes the footprint testcase.yaml to use arch_allow instead of
arch_whitelist.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2020-09-09 15:09:54 -04:00

11 lines
290 B
YAML

tests:
benchmark.kernel.footprints.default:
tags: benchmark
build_only: true
benchmark.kernel.footprints.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_args: CONF_FILE=prj_userspace.conf
arch_allow: x86 arm arc
tags: benchmark userspace
build_only: true