all.sh: add test component to build and test psasim

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-05-06 15:59:51 +02:00
parent 4491ceafd9
commit d9e4251278

View File

@ -6165,6 +6165,16 @@ component_check_test_helpers () {
python3 -m unittest tests/scripts/translate_ciphers.py 2>&1
}
component_test_psasim() {
msg "build psasim"
make -C tests/psa-client-server/psasim
msg "test psasim"
make -C tests/psa-client-server/psasim run
msg "clean psasim"
make -C tests/psa-client-server/psasim clean
}
################################################################
#### Termination