all.sh/components: Moved support functions to the same group as their components.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
diff --git a/tests/scripts/components-configuration-crypto.sh b/tests/scripts/components-configuration-crypto.sh
index 6316e1c..944927f 100644
--- a/tests/scripts/components-configuration-crypto.sh
+++ b/tests/scripts/components-configuration-crypto.sh
@@ -2164,6 +2164,10 @@
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 @@
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