aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/windows/ya.make
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-01-18 11:28:56 +0100
committerGitHub <noreply@github.com>2024-01-18 11:28:56 +0100
commit9d0a3761b3201e0d9db879a7adf91876ebdb0564 (patch)
tree541d11ac878c18efd7ebca81e35112aa0fef995b /library/python/windows/ya.make
parent404ef8886ecc9736bc58ade6da2fbd83b486a408 (diff)
downloadydb-9d0a3761b3201e0d9db879a7adf91876ebdb0564.tar.gz
Library import 8 (#1074)
* Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
Diffstat (limited to 'library/python/windows/ya.make')
-rw-r--r--library/python/windows/ya.make10
1 files changed, 9 insertions, 1 deletions
diff --git a/library/python/windows/ya.make b/library/python/windows/ya.make
index 97c6f48f23..14f7dfac71 100644
--- a/library/python/windows/ya.make
+++ b/library/python/windows/ya.make
@@ -1,6 +1,10 @@
PY23_LIBRARY()
-PY_SRCS(__init__.py)
+STYLE_PYTHON()
+
+PY_SRCS(
+ __init__.py
+)
PEERDIR(
library/python/func
@@ -9,3 +13,7 @@ PEERDIR(
)
END()
+
+RECURSE_FOR_TESTS(
+ ut
+)