mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-15 07:37:48 +00:00
Remove duplicated recursion tests
The recursion tests for the crypto code are run in a TF-PSA-Crypto component. No need to run them in an Mbed TLS component as well. Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
component_check_recursion () {
|
||||
msg "Check: recursion.pl" # < 1s
|
||||
./framework/scripts/recursion.pl library/*.c
|
||||
./framework/scripts/recursion.pl ${PSA_CORE_PATH}/*.c
|
||||
./framework/scripts/recursion.pl ${BUILTIN_SRC_PATH}/*.c
|
||||
}
|
||||
|
||||
component_check_generated_files () {
|
||||
|
||||
Reference in New Issue
Block a user