From 41b5fb653607543482717b5663e97d0612cb4437 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 9 Jan 2023 12:20:45 +0100 Subject: [PATCH] test: ensure X509 has no dependency on BIGNUM when built without MBEDTLS_DEPRECATED_REMOVED Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 6b11346d1..0cfb9bd96 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -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 () {