mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-28 11:21:05 +03:00
Warn user if files are excluded from search
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
@ -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"))
|
||||||
|
Reference in New Issue
Block a user