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:
Anas Nashif 2019-03-03 06:25:24 -05:00 committed by Andrew Boie
parent 1981eef674
commit 3b745cc648
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#endif
#if defined(CONFIG_MBEDTLS_TEST)
#define MBEDTLS_SELF_TEST
#define MBEDTLS_DEBUG_C
#endif

View File

@ -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