From db7b1bb52b6edfebad04a0dd26ab40075736cf51 Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Fri, 26 Jul 2024 13:39:09 +0100 Subject: [PATCH] Adjusted style for psasim components Signed-off-by: Minos Galanakis --- tests/scripts/components.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/scripts/components.sh b/tests/scripts/components.sh index 2a78026654..15f8d23dee 100644 --- a/tests/scripts/components.sh +++ b/tests/scripts/components.sh @@ -5012,7 +5012,7 @@ component_check_test_helpers () { python3 -m unittest tests/scripts/translate_ciphers.py 2>&1 } -component_test_psasim() { +component_test_psasim () { msg "build server library and application" scripts/config.py crypto helper_psasim_config server @@ -5037,8 +5037,7 @@ component_test_psasim() { make -C tests/psa-client-server/psasim clean } -component_test_suite_with_psasim() -{ +component_test_suite_with_psasim () { msg "build server library and application" helper_psasim_config server # Modify server's library configuration here (if needed)