mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 10:20:36 +00:00
Warn user if files are excluded from search
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
5939a2a4de
commit
d24e037dd1
@ -193,6 +193,10 @@ class NameCheck(object):
|
|||||||
internal variable self.parse_result.
|
internal variable self.parse_result.
|
||||||
"""
|
"""
|
||||||
self.log.info("Parsing source code...")
|
self.log.info("Parsing source code...")
|
||||||
|
self.log.debug(
|
||||||
|
"The following files are excluded from the search: {}"
|
||||||
|
.format(str(self.excluded_files))
|
||||||
|
)
|
||||||
|
|
||||||
m_headers = self.get_files("h", os.path.join("include", "mbedtls"))
|
m_headers = self.get_files("h", os.path.join("include", "mbedtls"))
|
||||||
p_headers = self.get_files("h", os.path.join("include", "psa"))
|
p_headers = self.get_files("h", os.path.join("include", "psa"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user