Skip to content

Commit 5cdcae2

Browse files
r3zchblinkov
authored andcommitted
change build policy for mobile/geo/maps ya.make build
commit_hash:4875b5ef44f2f87a84bf374989d1c70b1fd4afff
1 parent 38e41a3 commit 5cdcae2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

build/plugins/ytest.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,18 @@ def get_list(key):
141141
if valid_kw.get('SCRIPT-REL-PATH') == 'boost.test':
142142
project_path = valid_kw.get('BUILD-FOLDER-PATH', "")
143143
if not project_path.startswith(
144-
("contrib", "mail", "maps", "tools/idl", "metrika", "devtools", "mds", "yandex_io", "smart_devices")
144+
(
145+
"contrib",
146+
"mail",
147+
"maps",
148+
"mobile/geo/maps",
149+
"tools/idl",
150+
"metrika",
151+
"devtools",
152+
"mds",
153+
"yandex_io",
154+
"smart_devices",
155+
)
145156
):
146157
errors.append("BOOSTTEST is not allowed here")
147158

0 commit comments

Comments
 (0)