aboutsummaryrefslogtreecommitdiffstats
path: root/util/network
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /util/network
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'util/network')
-rw-r--r--util/network/ut/ya.make23
-rw-r--r--util/network/ya.make6
2 files changed, 0 insertions, 29 deletions
diff --git a/util/network/ut/ya.make b/util/network/ut/ya.make
deleted file mode 100644
index 1ba03e167c..0000000000
--- a/util/network/ut/ya.make
+++ /dev/null
@@ -1,23 +0,0 @@
-UNITTEST_FOR(util)
-
-REQUIREMENTS(network:full)
-
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-PEERDIR(
- library/cpp/threading/future
-)
-
-SRCS(
- network/address_ut.cpp
- network/endpoint_ut.cpp
- network/ip_ut.cpp
- network/poller_ut.cpp
- network/sock_ut.cpp
- network/socket_ut.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)
-
-END()
diff --git a/util/network/ya.make b/util/network/ya.make
deleted file mode 100644
index 79c9498ddd..0000000000
--- a/util/network/ya.make
+++ /dev/null
@@ -1,6 +0,0 @@
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-RECURSE_FOR_TESTS(
- ut
-)