Adjusted style for psasim components

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis 2024-07-26 13:39:09 +01:00
parent ada21b09b5
commit db7b1bb52b

View File

@ -5012,7 +5012,7 @@ component_check_test_helpers () {
python3 -m unittest tests/scripts/translate_ciphers.py 2>&1 python3 -m unittest tests/scripts/translate_ciphers.py 2>&1
} }
component_test_psasim() { component_test_psasim () {
msg "build server library and application" msg "build server library and application"
scripts/config.py crypto scripts/config.py crypto
helper_psasim_config server helper_psasim_config server
@ -5037,8 +5037,7 @@ component_test_psasim() {
make -C tests/psa-client-server/psasim clean make -C tests/psa-client-server/psasim clean
} }
component_test_suite_with_psasim() component_test_suite_with_psasim () {
{
msg "build server library and application" msg "build server library and application"
helper_psasim_config server helper_psasim_config server
# Modify server's library configuration here (if needed) # Modify server's library configuration here (if needed)