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:
parent
f960e0fa08
commit
374dff69ac
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue