update tools/gated_check_in/ace_engine_tdd.py.

Signed-off-by: 林昱晔 <linyuye@huawei.com>
This commit is contained in:
林昱晔
2025-03-25 06:40:15 +00:00
committed by Gitee
parent 03667fc85c
commit 62d459a0f0
+1 -1
View File
@@ -38,7 +38,7 @@ class BuildProcessor:
r'group\("([^"]*)"\)\s*\{(.*?)(?=\})',
re.DOTALL | re.MULTILINE
)
self.sources_pattern = re.compile(r'sources\s*=\s*\[(.*?)\]', re.DOTALL)
self.sources_pattern = re.compile(r'sources\s*[+]?=\s*\[(.*?)\]', re.DOTALL)
self.deps_pattern = re.compile(r'deps\s*[+]?=\s*\[(.*?)\]', re.DOTALL)
self.includes_pattern = re.compile(r'include_dirs\s*[+]?=\s*\[(.*?)\]', re.DOTALL)
self.configs_pattern = re.compile(r'configs\s*[+]?=\s*\[(.*?)\]', re.DOTALL)