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:
@ -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
|
||||
# -------------
|
||||
|
Reference in New Issue
Block a user