mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:45:48 +01:00
Add new test_depends_curves_psa to all.sh
Add new test (test_depends_curves_psa) to all.sh to confirm that test is passing when MBEDTLS_USE_PSA_CRYPTO is defined. Fix #3294 Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
parent
bc5a754f28
commit
c14be901eb
@ -1179,6 +1179,12 @@ component_test_depends_curves () {
|
||||
record_status tests/scripts/curves.pl
|
||||
}
|
||||
|
||||
component_test_depends_curves_psa () {
|
||||
msg "test/build: curves.pl with MBEDTLS_USE_PSA_CRYPTO defined (gcc)"
|
||||
scripts/config.py set MBEDTLS_USE_PSA_CRYPTO
|
||||
record_status tests/scripts/curves.pl
|
||||
}
|
||||
|
||||
component_test_depends_hashes () {
|
||||
msg "test/build: depends-hashes.pl (gcc)" # ~ 2 min
|
||||
record_status tests/scripts/depends-hashes.pl
|
||||
|
Loading…
Reference in New Issue
Block a user