mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-11 00:52:48 +08:00
Fix calling config.py
and update comment
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
8e5ee478e1
commit
b9d728467a
@ -353,11 +353,12 @@ component_test_memory_buffer_allocator () {
|
||||
}
|
||||
|
||||
# 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 () {
|
||||
msg "build: full config without SHA3"
|
||||
scripts/config.py full
|
||||
scripts/config.py unset-all PSA_WANT_ALG_SHA3_*
|
||||
scripts/config.py unset-all 'PSA_WANT_ALG_SHA3_*'
|
||||
make
|
||||
|
||||
msg "test: full - PSA_WANT_ALG_SHA3_*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user