aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/ut
diff options
context:
space:
mode:
authorneksard <neksard@yandex-team.ru>2022-02-10 16:45:23 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:23 +0300
commit8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch)
tree83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /util/network/ut
parentd3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff)
downloadydb-8f7cf138264e0caa318144bf8a2c950e0b0a8593.tar.gz
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/ut')
-rw-r--r--util/network/ut/ya.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/network/ut/ya.make b/util/network/ut/ya.make
index 1ba03e167c..8898508720 100644
--- a/util/network/ut/ya.make
+++ b/util/network/ut/ya.make
@@ -1,23 +1,23 @@
UNITTEST_FOR(util)
-
+
REQUIREMENTS(network:full)
OWNER(g:util)
SUBSCRIBER(g:util-subscribers)
-
+
PEERDIR(
library/cpp/threading/future
)
-SRCS(
+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()
+END()