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

all.sh/components: Removed duplicated/obsolete documentation/whitespace.

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2024-07-31 16:39:28 +01:00
parent f78447f22e
commit 609f749c56
12 changed files with 13 additions and 70 deletions

View File

@ -3,13 +3,12 @@
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
# This file contains the test components that are executed by all.sh
# This file contains test components that are executed by all.sh
################################################################
#### Compiler Testing
################################################################
support_build_tfm_armcc () {
support_build_armcc
}
@ -44,8 +43,6 @@ component_test_aesni_m32_clang () {
grep -q mbedtls_aesni_has_support ./programs/test/selftest
}
# For timebeing, no aarch64 gcc available in CI and no arm64 CI node.
support_build_aes_aesce_armcc () {
support_build_armcc
}