1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

depends.py: enable key exchange tests

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek
2022-11-02 04:50:16 -04:00
parent 71d3ae09c1
commit de416fc2c6

View File

@@ -435,9 +435,7 @@ class DomainData:
'|!MBEDTLS_*_NO_SHA'), '|!MBEDTLS_*_NO_SHA'),
# Key exchange types. Only build the library and the sample # Key exchange types. Only build the library and the sample
# programs. # programs.
'kex': ExclusiveDomain(key_exchange_symbols, 'kex': ExclusiveDomain(key_exchange_symbols, build_and_test),
[build_command + ['lib'],
build_command + ['-C', 'programs']]),
'pkalgs': ComplementaryDomain(['MBEDTLS_ECDSA_C', 'pkalgs': ComplementaryDomain(['MBEDTLS_ECDSA_C',
'MBEDTLS_ECP_C', 'MBEDTLS_ECP_C',
'MBEDTLS_PKCS1_V21', 'MBEDTLS_PKCS1_V21',