test: ensure X509 has no dependency on BIGNUM when built without MBEDTLS_DEPRECATED_REMOVED

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2023-01-09 12:20:45 +01:00
parent 5d164c4e23
commit 41b5fb6536

View file

@ -1767,6 +1767,9 @@ component_test_full_no_deprecated () {
msg "test: make, full_no_deprecated config" # ~ 5s
make test
msg "test: ensure that X509 has no direct dependency on BIGNUM_C"
not grep mbedtls_mpi library/libmbedx509.a
}
component_test_full_no_deprecated_deprecated_warning () {