mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-08-27 03:21:46 -04:00
update tools/gated_check_in/ace_engine_tdd.py.
Signed-off-by: 林昱晔 <linyuye@huawei.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user