We filtered on CONFIG_SOC_FSL_FRDM_K64F which doesn't exist change it to CONFIG_SOC_MK64F12 to allow this testcase to run on the K64 platform Change-Id: Ifdd89e66aa403c3bb28c07d3a546037275a5118d Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
7 lines
153 B
INI
7 lines
153 B
INI
[test]
|
|
tags = core
|
|
arch_exclude = arc nios2
|
|
kernel = micro
|
|
filter = ARCH == "x86" or (ARCH == "arm" and
|
|
(CONFIG_SOC_MK64F12 or CONFIG_SOC_ATMEL_SAM3))
|