mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa
Fixup or re-enable tests with Use PSA
This commit is contained in:
@ -866,6 +866,12 @@ component_check_test_cases () {
|
||||
fi
|
||||
tests/scripts/check_test_cases.py $opt
|
||||
unset opt
|
||||
|
||||
# Check that no tests are explicitely disabled when USE_PSA_CRYPTO is set
|
||||
# as a matter of policy to ensure there is no missed testing
|
||||
msg "Check: explicitely disabled test with USE_PSA_CRYPTO" # < 1s
|
||||
not grep -n 'depends_on:.*!MBEDTLS_USE_PSA_CRYPTO' tests/suites/*.function tests/suites/*.data
|
||||
not grep -n '^ *requires_config_disabled.*MBEDTLS_USE_PSA_CRYPTO' tests/ssl-opt.sh tests/opt-testcases/*.sh
|
||||
}
|
||||
|
||||
component_check_doxygen_warnings () {
|
||||
|
Reference in New Issue
Block a user