1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

added dependencies to test scripts

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-03-04 09:11:11 +00:00
parent 4695204872
commit 1948c94385
2 changed files with 4 additions and 0 deletions

View File

@ -350,6 +350,7 @@ REVERSE_DEPENDENCIES = {
'PSA_WANT_ALG_SHA3_256',
'PSA_WANT_ALG_SHA3_384',
'PSA_WANT_ALG_SHA3_512'],
'PSA_WANT_ALG_ECB_NO_PADDING' : ['MBEDTLS_NIST_KW_C'],
}
# If an option is tested in an exclusive test, alter the following defines.