mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-05 09:49:58 +00:00
Allow dependencies on platform features in PSA tests
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -91,7 +91,7 @@ component_check_test_dependencies () {
|
|||||||
grep 'depends_on' \
|
grep 'depends_on' \
|
||||||
tests/suites/test_suite_psa*.data tests/suites/test_suite_psa*.function |
|
tests/suites/test_suite_psa*.data tests/suites/test_suite_psa*.function |
|
||||||
grep -Eo '!?MBEDTLS_[^: ]*' |
|
grep -Eo '!?MBEDTLS_[^: ]*' |
|
||||||
grep -v -e MBEDTLS_PSA_ -e MBEDTLS_TEST_ |
|
grep -v -e MBEDTLS_ENTROPY_HAVE_ -e MBEDTLS_PLATFORM -e MBEDTLS_PSA_ -e MBEDTLS_TEST_ |
|
||||||
sort -u > $found
|
sort -u > $found
|
||||||
|
|
||||||
# Expected ones with justification - keep in sorted order by ASCII table!
|
# Expected ones with justification - keep in sorted order by ASCII table!
|
||||||
|
|||||||
Reference in New Issue
Block a user