test: remove obsolete macro checks

Signed-off-by: Yi Wu <yi.wu2@arm.com>
This commit is contained in:
Yi Wu 2026-04-30 09:10:06 +01:00
parent b157aa1fce
commit 2965533b08

View File

@ -134,11 +134,6 @@ component_check_test_dependencies () {
# Expected ones with justification - keep in sorted order!
rm -f $expected
# Temporary, see https://github.com/Mbed-TLS/mbedtls/issues/10618
echo "MBEDTLS_PKCS1_V15" >> $expected
echo "MBEDTLS_PKCS1_V21" >> $expected
# Temporary, see https://github.com/Mbed-TLS/mbedtls/issues/10619
echo "MBEDTLS_RSA_C" >> $expected
# Acceptable: these are light wrappers around official PSA_WANT macros,
# to hide the fact that ECDSA could be randomized or deterministic.
echo "PSA_HAVE_ALG_ECDSA_SIGN" >> $expected