mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-25 01:58:41 +08:00
When exercising key exchanges, don't build the test suites
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
584c24ace4
commit
c3b4deeb6c
@ -301,9 +301,11 @@ Return them in a generator."""
|
|||||||
# hash which is obsolete. Run the test suites.
|
# hash which is obsolete. Run the test suites.
|
||||||
'hashes': ExclusiveDomain(hash_symbols, build_and_test,
|
'hashes': ExclusiveDomain(hash_symbols, build_and_test,
|
||||||
exclude=r'MBEDTLS_(MD|RIPEMD|SHA1_)'),
|
exclude=r'MBEDTLS_(MD|RIPEMD|SHA1_)'),
|
||||||
# Key exchange types. Just check the build.
|
# Key exchange types. Only build the library and the sample
|
||||||
'kex': ExclusiveDomain(key_exchange_symbols, [build_command]),
|
# programs.
|
||||||
# Public-key algorithms. Run the test suites.
|
'kex': ExclusiveDomain(key_exchange_symbols,
|
||||||
|
[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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user