mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 00:18:06 -04:00
all.sh/components: Moved test_depends_py_kex/psa to tls.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
ce466f019a
commit
4b6ee64541
@ -327,11 +327,6 @@ component_test_depends_py_hashes () {
|
|||||||
tests/scripts/depends.py hashes --unset-use-psa
|
tests/scripts/depends.py hashes --unset-use-psa
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_depends_py_kex () {
|
|
||||||
msg "test/build: depends.py kex (gcc)"
|
|
||||||
tests/scripts/depends.py kex --unset-use-psa
|
|
||||||
}
|
|
||||||
|
|
||||||
component_test_depends_py_pkalgs () {
|
component_test_depends_py_pkalgs () {
|
||||||
msg "test/build: depends.py pkalgs (gcc)"
|
msg "test/build: depends.py pkalgs (gcc)"
|
||||||
tests/scripts/depends.py pkalgs --unset-use-psa
|
tests/scripts/depends.py pkalgs --unset-use-psa
|
||||||
@ -363,11 +358,6 @@ component_test_depends_py_hashes_psa () {
|
|||||||
tests/scripts/depends.py hashes
|
tests/scripts/depends.py hashes
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_depends_py_kex_psa () {
|
|
||||||
msg "test/build: depends.py kex (gcc) with MBEDTLS_USE_PSA_CRYPTO defined"
|
|
||||||
tests/scripts/depends.py kex
|
|
||||||
}
|
|
||||||
|
|
||||||
component_test_depends_py_pkalgs_psa () {
|
component_test_depends_py_pkalgs_psa () {
|
||||||
msg "test/build: depends.py pkalgs (gcc) with MBEDTLS_USE_PSA_CRYPTO defined"
|
msg "test/build: depends.py pkalgs (gcc) with MBEDTLS_USE_PSA_CRYPTO defined"
|
||||||
tests/scripts/depends.py pkalgs
|
tests/scripts/depends.py pkalgs
|
||||||
|
@ -823,4 +823,14 @@ component_test_full_minus_session_tickets () {
|
|||||||
tests/ssl-opt.sh
|
tests/ssl-opt.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user