test_obj_tracing: filter for enough memory

QD2000, for example, can't run this.

Change-Id: I86c7ca22e4724844ffc5e64329063baf762470c9
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-11-03 11:38:20 -07:00 committed by Anas Nashif
commit 374dff69ac

View file

@ -1,2 +1,5 @@
[test]
tags = core unified_capable
# Make sure it has enough memory
filter = not ((CONFIG_DEBUG or CONFIG_ASSERT)) and ( CONFIG_SRAM_SIZE >= 32
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32)