zephyr/tests/kernel/test_tickless/microkernel/testcase.ini
Kumar Gala 58647277ed tests: test_tickless: Fix NXP K64 symbol dependency
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>
2016-07-28 07:20:12 -05:00

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))