mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-13 14:22:19 +08:00
test: check both .data and .function
Signed-off-by: Yi Wu <yi.wu2@arm.com>
This commit is contained in:
parent
efcf4973d6
commit
8345e68b53
@ -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