mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 05:42:35 +00:00
Refine component_check_test_requires_psa_disabled change grep options order for better compatibility
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
4ad82e4b33
commit
09030a345c
@ -876,8 +876,8 @@ component_check_doxygen_warnings () {
|
|||||||
component_check_test_requires_psa_disabled () {
|
component_check_test_requires_psa_disabled () {
|
||||||
msg "Check: tests requiring PSA to be disabled"
|
msg "Check: tests requiring PSA to be disabled"
|
||||||
|
|
||||||
not grep -n 'depends.*!MBEDTLS_USE_PSA_CRYPTO' -R tests/suites/
|
not grep -n -R 'depends.*!MBEDTLS_USE_PSA_CRYPTO' tests/suites/
|
||||||
not grep -n 'requires.*disabled.*USE_PSA' tests/ssl-opt.sh tests/opt-testcases/tls13-compat.sh
|
not grep -n -R 'requires.*disabled.*USE_PSA' tests/ssl-opt.sh tests/opt-testcases/
|
||||||
}
|
}
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user