mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-25 22:56:35 +08: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:
parent
eabeb30c65
commit
2f8ac287b6
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user