1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #152 from ARMmbed/psa-test-psa_constant_names

Test psa_constant_names
This commit is contained in:
Jaeden Amero
2019-02-12 13:39:25 +00:00
committed by GitHub
10 changed files with 447 additions and 57 deletions

View File

@ -711,6 +711,9 @@ component_test_full_cmake_clang () {
msg "test: main suites (full config)" # ~ 5s
make test
msg "test: psa_constant_names (full config)" # ~ 1s
record_status tests/scripts/test_psa_constant_names.py
msg "test: ssl-opt.sh default, ECJPAKE, SSL async (full config)" # ~ 1s
if_build_succeeded tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'