mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-14 18:40:50 +00:00
Adjusted style for psasim components
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
ada21b09b5
commit
db7b1bb52b
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user