filter: Exclude failing crypto test at debug build
Some of tests/crypto/test_ecc_dsa test are failing link step only when debug is enabled, these filters prevent those tests from being executed under such configuration. Jira: ZEP-1063 Change-Id: I4b7376c49a401e21c413427918be549934ce03d5 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
This commit is contained in:
parent
24b2bf40a4
commit
dbfc696437
|
@ -2,3 +2,5 @@
|
|||
tags = crypto ecc dsa
|
||||
build_only = false
|
||||
kernel = nano
|
||||
#Do not run for debug daily build
|
||||
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)
|
||||
|
|
Loading…
Reference in a new issue