1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-15 08:52:33 +08:00

Fix calling config.py and update comment

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2025-06-02 17:22:53 +02:00
parent 8e5ee478e1
commit b9d728467a
No known key found for this signature in database
GPG Key ID: 6310BD29B0BFF98C

View File

@ -353,11 +353,12 @@ component_test_memory_buffer_allocator () {
} }
# Temporary component for SHA3 config option removal # Temporary component for SHA3 config option removal
# Must be removed when SHA3 removal is merged # Will be removed according to this issue:
# https://github.com/Mbed-TLS/mbedtls/issues/10203
component_test_full_no_sha3 () { component_test_full_no_sha3 () {
msg "build: full config without SHA3" msg "build: full config without SHA3"
scripts/config.py full scripts/config.py full
scripts/config.py unset-all PSA_WANT_ALG_SHA3_* scripts/config.py unset-all 'PSA_WANT_ALG_SHA3_*'
make make
msg "test: full - PSA_WANT_ALG_SHA3_*" msg "test: full - PSA_WANT_ALG_SHA3_*"