mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-27 23:37:08 +00:00
depends.py: remove config options that are unset anyway
Over the lifespan of this script these options have been removed from the "full" configuration. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
a44c5bcdb7
commit
b489f958b8
@ -145,9 +145,6 @@ The reference state is the one from which the tested configurations are
|
||||
derived."""
|
||||
# Turn off options that are not relevant to the tests and slow them down.
|
||||
run_config_py(options, ['full'])
|
||||
run_config_py(options, ['unset', 'MBEDTLS_MEMORY_BACKTRACE'])
|
||||
run_config_py(options, ['unset', 'MBEDTLS_MEMORY_BUFFER_ALLOC_C'])
|
||||
run_config_py(options, ['unset', 'MBEDTLS_MEMORY_DEBUG'])
|
||||
run_config_py(options, ['unset', 'MBEDTLS_TEST_HOOKS'])
|
||||
|
||||
def collect_config_symbols(options):
|
||||
|
Loading…
x
Reference in New Issue
Block a user