mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
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:
@ -105,6 +105,7 @@ derived."""
|
|||||||
run_config_pl(options, ['unset', 'MBEDTLS_MEMORY_BACKTRACE'])
|
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_BUFFER_ALLOC_C'])
|
||||||
run_config_pl(options, ['unset', 'MBEDTLS_MEMORY_DEBUG'])
|
run_config_pl(options, ['unset', 'MBEDTLS_MEMORY_DEBUG'])
|
||||||
|
run_config_pl(options, ['unset', 'MBEDTLS_TEST_HOOKS'])
|
||||||
|
|
||||||
def collect_config_symbols(options):
|
def collect_config_symbols(options):
|
||||||
"""Read the list of settings from mbedtls_config.h.
|
"""Read the list of settings from mbedtls_config.h.
|
||||||
|
Reference in New Issue
Block a user