mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-07 13:22:46 +00:00
Ensure test_psa_compliance uses gcc
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
0c5bfe816f
commit
932ce859d5
@ -6030,8 +6030,9 @@ component_test_zeroize () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
component_test_psa_compliance () {
|
component_test_psa_compliance () {
|
||||||
|
# The arch tests build with gcc, so require use of gcc here to link properly
|
||||||
msg "build: make, default config (out-of-box), libmbedcrypto.a only"
|
msg "build: make, default config (out-of-box), libmbedcrypto.a only"
|
||||||
make -C library libmbedcrypto.a
|
CC=gcc make -C library libmbedcrypto.a
|
||||||
|
|
||||||
msg "unit test: test_psa_compliance.py"
|
msg "unit test: test_psa_compliance.py"
|
||||||
./tests/scripts/test_psa_compliance.py
|
./tests/scripts/test_psa_compliance.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user