aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/swag/lib/ya.make
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-10-18 11:29:37 +0300
committeralexv-smirnov <alex@ydb.tech>2023-10-18 13:06:09 +0300
commit9ae2b50e805245bff2d8be04123f4e7f08806324 (patch)
treed97eaff30d6ea46d9c957ddbb57573f9044b5523 /library/python/testing/swag/lib/ya.make
parent18dc72ed9a86762cd037f5e41fb79cec458b3c2c (diff)
downloadydb-9ae2b50e805245bff2d8be04123f4e7f08806324.tar.gz
Move swag from devtools/ to library/python/testing/
Diffstat (limited to 'library/python/testing/swag/lib/ya.make')
-rw-r--r--library/python/testing/swag/lib/ya.make20
1 files changed, 20 insertions, 0 deletions
diff --git a/library/python/testing/swag/lib/ya.make b/library/python/testing/swag/lib/ya.make
new file mode 100644
index 0000000000..e3e7cfa300
--- /dev/null
+++ b/library/python/testing/swag/lib/ya.make
@@ -0,0 +1,20 @@
+PY23_LIBRARY()
+
+PEERDIR(
+ contrib/python/protobuf
+ library/python/testing/yatest_common
+)
+
+SRCDIR(library/python/testing/swag)
+
+PY_SRCS(
+ NAMESPACE library.python.testing.swag
+
+ daemon.py
+ gdb.py
+ pathutil.py
+ ports.py
+ proto_traversals.py
+)
+
+END()