improve syms.sh script for external dependencies analysis

It is now possible to analyze also modules and not only
x509 and tls libraries.

Signed-off-by: valerio <valerio.setti@nordicsemi.no>
This commit is contained in:
valerio 2023-04-20 13:28:39 +02:00 committed by Valerio Setti
parent 3c3b94a31b
commit 0b0486452c
2 changed files with 39 additions and 12 deletions

View file

@ -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 () {