zephyr/samples/microkernel/benchmark/footprint/testcase.ini
Anas Nashif d617549950 sanity: do not run footprint-min on galileo
minimal footprint disable timer and galileo requires a timer

Change-Id: I75c08775fd02bae1221ae4102bb9873060c8e85f
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:19 -05:00

19 lines
308 B
INI

[footprint-min]
tags = footprint
extra_args = TEST=min
build_only = true
config_whitelist = !CONFIG_PLATFORM_GALILEO
[footprint-reg]
tags = footprint
extra_args = TEST=reg
build_only = true
arch_whitelist = x86
[footprint-max]
tags = footprint
extra_args = TEST=max
build_only = true
arch_whitelist = x86