mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +00:00
all.sh: add test component to build and test psasim
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
4491ceafd9
commit
d9e4251278
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user