mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-09 21:44:28 +00:00
Fixup and update comment of disabled USE_PSA_CRYPTO test check in all.sh
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
1c9eb722fd
commit
98136b14e0
@ -867,9 +867,11 @@ component_check_test_cases () {
|
|||||||
tests/scripts/check_test_cases.py $opt
|
tests/scripts/check_test_cases.py $opt
|
||||||
unset opt
|
unset opt
|
||||||
|
|
||||||
# Check if some test are explicitely disabled when USE_PSA_CRYPTO is set
|
# Check that no tests are explicitely disabled when USE_PSA_CRYPTO is set
|
||||||
not grep -n -R 'depends_on.*!MBEDTLS_USE_PSA_CRYPTO' tests/suites/*.function tests/suites/*.data
|
# as a matter of policy to ensure there is no missed testing
|
||||||
not grep -n -R '^ *requires_config_disabled.*MBEDTLS_USE_PSA_CRYPTO' tests/ssl-opt.sh tests/opt-testcases/*.sh
|
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 () {
|
component_check_doxygen_warnings () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user