mbedtls: enable self-test in config-tls-generic.h
MBEDTLS_SELF_TEST is needed when setting CONFIG_MBEDTLS_TEST Fixes #13919 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1981eef674
commit
3b745cc648
|
@ -27,6 +27,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(CONFIG_MBEDTLS_TEST)
|
||||
#define MBEDTLS_SELF_TEST
|
||||
#define MBEDTLS_DEBUG_C
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
tests:
|
||||
crypto.mbedtls:
|
||||
filter: not CONFIG_DEBUG
|
||||
min_flash: 33
|
||||
platform_exclude: qemu_x86_64 # FIXME
|
||||
min_flash: 65
|
||||
min_ram: 32
|
||||
tags: crypto mbedtls
|
||||
timeout: 200
|
||||
|
|
Loading…
Reference in New Issue