mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
test: check both .data and .function
Signed-off-by: Yi Wu <yi.wu2@arm.com>
This commit is contained in:
parent
4947a45c19
commit
65dbfc8e87
@ -123,7 +123,9 @@ component_check_test_dependencies () {
|
||||
) | sort -u > $crypto
|
||||
|
||||
(
|
||||
grep depends_on tests/suites/test_suite_* |
|
||||
grep depends_on \
|
||||
tests/suites/test_suite_*.data \
|
||||
tests/suites/test_suite_*.function |
|
||||
sed -e 's/.*depends_on:\([^ ]*\).*/\1/' -e's/!//g' |
|
||||
tr ':' '\n'
|
||||
egrep -oh '(PSA|MBEDTLS)_[A-Z0-9_]*' tests/ssl-opt.sh tests/opt-testcases/*.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user