1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Adjust paths

Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
Elena Uziunaite
2024-12-10 15:22:34 +00:00
parent 711abe340b
commit 993df66645
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ check()
}
# Note: if the format of calls to the "check" function changes, update
# scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
# framework/scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
# the format must be "check SCRIPT FILENAME...". For other source files,
# any shell syntax is permitted (including e.g. command substitution).

View File

@@ -137,7 +137,7 @@ component_check_doxygen_warnings () {
component_check_code_style () {
msg "Check C code style"
./scripts/code_style.py
./framework/scripts/code_style.py
}
support_check_code_style () {