all.sh: Updated the component sourcing logic.

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis 2024-07-31 16:46:44 +01:00
parent 609f749c56
commit ce466f019a

View File

@ -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