mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Adapt code_style.py
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
f5a1785ea9
commit
9e2ff40850
@ -71,6 +71,7 @@ def get_src_files(since: Optional[str]) -> List[str]:
|
||||
"""
|
||||
file_patterns = ["*.[hc]",
|
||||
"tests/suites/*.function",
|
||||
"tf-psa-crypto/tests/suites/*.function",
|
||||
"scripts/data_files/*.fmt"]
|
||||
output = subprocess.check_output(["git", "ls-files"] + file_patterns,
|
||||
universal_newlines=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user