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

Merge pull request #9293 from gilles-peskine-arm/outcome-check-repeated-configurations-all.sh-preliminaries

Fix some all.sh components with sub-components
This commit is contained in:
Gilles Peskine
2024-10-25 14:59:15 +00:00
committed by GitHub
5 changed files with 78 additions and 76 deletions

View File

@ -1968,7 +1968,7 @@ component_test_psa_crypto_config_accel_des () {
helper_libtestdriver1_make_main "$loc_accel_list"
# Make sure this was not re-enabled by accident (additive config)
not grep mbedtls_des* ${BUILTIN_SRC_PATH}/des.o
not grep mbedtls_des ${BUILTIN_SRC_PATH}/des.o
# Run the tests
# -------------