1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Remove depends.py option to use without PSA

Also removed test which uses this option.

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2024-06-19 17:47:05 +02:00
parent 035d7c8cfa
commit 9ce6d244f1
3 changed files with 9 additions and 50 deletions

View File

@ -721,11 +721,6 @@ component_test_full_minus_session_tickets () {
component_test_depends_py_kex () {
msg "test/build: depends.py kex (gcc)"
tests/scripts/depends.py kex --unset-use-psa
}
component_test_depends_py_kex_psa () {
msg "test/build: depends.py kex (gcc) with MBEDTLS_USE_PSA_CRYPTO defined"
tests/scripts/depends.py kex
}