mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
all.sh: Updated the component sourcing logic.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
609f749c56
commit
ce466f019a
@ -1094,18 +1094,10 @@ helper_get_psa_key_type_list() {
|
||||
|
||||
# Include the components from components.sh
|
||||
test_script_dir="${0%/*}"
|
||||
source "$test_script_dir/components-compiler.sh"
|
||||
source "$test_script_dir/components-platform.sh"
|
||||
source "$test_script_dir/components-build-system.sh"
|
||||
source "$test_script_dir/components-configuration.sh"
|
||||
source "$test_script_dir/components-configuration-platform.sh"
|
||||
source "$test_script_dir/components-configuration-tls.sh"
|
||||
source "$test_script_dir/components-configuration-x509.sh"
|
||||
source "$test_script_dir/components-configuration-crypto.sh"
|
||||
source "$test_script_dir/components-basic-checks.sh"
|
||||
source "$test_script_dir/components-sanitizers.sh"
|
||||
source "$test_script_dir/components-compliance.sh"
|
||||
source "$test_script_dir/components-psasim.sh"
|
||||
for file in "$test_script_dir"/components*.sh; do
|
||||
source $file
|
||||
done
|
||||
|
||||
|
||||
################################################################
|
||||
#### Termination
|
||||
|
Loading…
Reference in New Issue
Block a user