mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-12 21:29:56 +00:00
test: check both .data and .function
Signed-off-by: Yi Wu <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user