Disable MBEDTLS_TEST_HOOKS in depends.py
This option was increasing testing duration by about 40%. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
eabeb30c65
commit
2f8ac287b6
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ derived."""
|
|||
run_config_pl(options, ['unset', 'MBEDTLS_MEMORY_BACKTRACE'])
|
||||
run_config_pl(options, ['unset', 'MBEDTLS_MEMORY_BUFFER_ALLOC_C'])
|
||||
run_config_pl(options, ['unset', 'MBEDTLS_MEMORY_DEBUG'])
|
||||
run_config_pl(options, ['unset', 'MBEDTLS_TEST_HOOKS'])
|
||||
|
||||
def collect_config_symbols(options):
|
||||
"""Read the list of settings from mbedtls_config.h.
|
||||
|
|
Loading…
Reference in a new issue