mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-21 15:41:00 +00:00
Merge pull request #9104 from valeriosetti/issue8962
Add a component to all.sh to build and run psasim
This commit is contained in:
commit
9b5768782e
@ -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