1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

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

Backport 3.6: Fix some all.sh components with sub-components
This commit is contained in:
Gilles Peskine
2024-10-25 11:47:48 +00:00
committed by GitHub
5 changed files with 79 additions and 77 deletions

View File

@@ -2474,7 +2474,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* library/des.o
not grep mbedtls_des library/des.o
# Run the tests
# -------------