all.sh/components: Moved support functions to the same group as their components.

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis 2024-08-01 11:32:30 +01:00
parent 4b6ee64541
commit f699d51a0b
2 changed files with 8 additions and 8 deletions

View File

@ -43,14 +43,6 @@ component_test_aesni_m32_clang () {
grep -q mbedtls_aesni_has_support ./programs/test/selftest
}
support_build_aes_aesce_armcc () {
support_build_armcc
}
support_test_block_cipher_no_decrypt_aesce_armcc () {
support_build_armcc
}
test_build_opt () {
info=$1 cc=$2; shift 2
$cc --version

View File

@ -2164,6 +2164,10 @@ component_test_aesni_m32 () { # ~ 60s
not grep -q mbedtls_aesni_has_support ./programs/test/selftest
}
support_build_aes_aesce_armcc () {
support_build_armcc
}
# For timebeing, no aarch64 gcc available in CI and no arm64 CI node.
component_build_aes_aesce_armcc () {
msg "Build: AESCE test on arm64 platform without plain C."
@ -2514,6 +2518,10 @@ component_test_block_cipher_no_decrypt_aesni_use_psa () {
common_block_cipher_no_decrypt
}
support_test_block_cipher_no_decrypt_aesce_armcc () {
support_build_armcc
}
component_test_block_cipher_no_decrypt_aesce_armcc () {
scripts/config.py baremetal