diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-09-22 07:46:51 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-09-22 08:19:22 +0300 |
commit | 52e89a78c67b7e466dbc6545a44e4a0a47b392c9 (patch) | |
tree | 6fbd5c8fb545c44faf84881474aa0121f51003a7 /build/plugins/lib/ya.make | |
parent | 8c69e0ac07fd349995813680d14c5e515f44bece (diff) | |
download | ydb-52e89a78c67b7e466dbc6545a44e4a0a47b392c9.tar.gz |
update tests for ymake plugins
Diffstat (limited to 'build/plugins/lib/ya.make')
-rw-r--r-- | build/plugins/lib/ya.make | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/build/plugins/lib/ya.make b/build/plugins/lib/ya.make index 7e61d12080..e018b2dc1d 100644 --- a/build/plugins/lib/ya.make +++ b/build/plugins/lib/ya.make @@ -1,7 +1,9 @@ -OWNER(g:ymake)
-
-PY23_LIBRARY()
- PY_SRCS(
- _metric_resolvers.py
- )
-END()
+OWNER(g:ymake) + +PY23_LIBRARY() + +PY_SRCS( + _metric_resolvers.py +) + +END() |