Merge pull request #7465 from valeriosetti/issue7460-part3
Check remaning dependencies on ECP in PK module
This commit is contained in:
commit
feb941a77a
2 changed files with 39 additions and 12 deletions
|
@ -946,13 +946,13 @@ component_test_full_cmake_gcc_asan () {
|
|||
|
||||
# TODO: replace "mbedtls_ecp_curve" with "mbedtls_ecp" also for
|
||||
# "full-tls-external" once Issue6839 is completed
|
||||
not grep mbedtls_ecp_curve full-tls-external
|
||||
not grep mbedtls_ecp full-x509-external
|
||||
not grep mbedtls_ecp_curve full-libmbedtls-external
|
||||
not grep mbedtls_ecp full-libmbedx509-external
|
||||
|
||||
rm full-tls-external \
|
||||
full-tls-modules \
|
||||
full-x509-external \
|
||||
full-x509-modules
|
||||
rm full-libmbedtls-external \
|
||||
full-libmbedtls-modules \
|
||||
full-libmbedx509-external \
|
||||
full-libmbedx509-modules
|
||||
}
|
||||
|
||||
component_test_psa_crypto_key_id_encodes_owner () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue