benchmark: sys_kernel: do not build on systems with little RAM

Change-Id: Ic566e247441426918fafb63eea8d2f75f9b8a3b1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-11-01 13:39:54 -04:00
parent 1952ac1611
commit 649ba4f619

View file

@ -2,4 +2,6 @@
tags = benchmark unified_capable
arch_whitelist = x86
kernel = unified
filter = not ((CONFIG_DEBUG or CONFIG_ASSERT)) and ( CONFIG_SRAM_SIZE >= 32
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32)