Test was not completing on CONFIG_DEBUG=y setting, current filter sets custom stack size for such setting Jira: ZEP-1203 Change-Id: I3a6ada88bc2e8a1fee757773c4b19b72551926a7 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
9 lines
153 B
INI
9 lines
153 B
INI
[test]
|
|
tags = bat_commit core
|
|
filter = not CONFIG_DEBUG
|
|
|
|
[test_dbg]
|
|
tags = bat_commit core debug
|
|
extra_args = MDEF_FILE=debug.mdef
|
|
filter = CONFIG_DEBUG
|