1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

component-basic-checks: fix paths of files moved to framework

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2024-12-13 17:26:16 +01:00
parent 6f1cedfcf3
commit c9e32b44b6
3 changed files with 5 additions and 3 deletions

View File

@ -60,7 +60,7 @@ component_check_changelog () {
component_check_names () {
msg "Check: declared and exported names (builds the library)" # < 3s
tests/scripts/check_names.py -v
framework/scripts/check_names.py -v
}
component_check_test_cases () {