Tag all legacy kernel tests and samples as such. Change-Id: I43b24acb71c282ed14ff6e6ef06c9542bad86f6a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
196 B
INI
6 lines
196 B
INI
[test]
|
|
tags = legacy core
|
|
# 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)
|