diff options
author | AlexSm <alex@ydb.tech> | 2024-01-18 11:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:28:56 +0100 |
commit | 9d0a3761b3201e0d9db879a7adf91876ebdb0564 (patch) | |
tree | 541d11ac878c18efd7ebca81e35112aa0fef995b /library/python/windows/ya.make | |
parent | 404ef8886ecc9736bc58ade6da2fbd83b486a408 (diff) | |
download | ydb-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.make | 10 |
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 +) |