mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-04 10:17:46 +00:00
test_psa_compliance: Use the pre-built library
Signed-off-by: Ronald Cron <[email protected]> Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
committed by
Ronald Cron
parent
308c737572
commit
393f9a1dde
@@ -15,7 +15,7 @@ component_test_psa_compliance () {
|
||||
CC=gcc make -C library libmbedcrypto.a
|
||||
|
||||
msg "unit test: test_psa_compliance.py"
|
||||
CC=gcc ./tests/scripts/test_psa_compliance.py
|
||||
CC=gcc ./tests/scripts/test_psa_compliance.py --build-dir="."
|
||||
}
|
||||
|
||||
support_test_psa_compliance () {
|
||||
|
||||
Reference in New Issue
Block a user