exclude Minute-IA platforms from tests that enable CONFIG_FLOAT. Change-Id: Id186857403cb73d009b6e9e126c4e240f95dbf1a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
20 lines
348 B
INI
20 lines
348 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
|
|
config_whitelist = !CONFIG_CPU_MINUTEIA
|
|
|