diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:15 +0300 |
commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /util/network/ut | |
parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) | |
download | ydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/ut')
-rw-r--r-- | util/network/ut/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/util/network/ut/ya.make b/util/network/ut/ya.make index 1ba03e167c..f7a20bb722 100644 --- a/util/network/ut/ya.make +++ b/util/network/ut/ya.make @@ -1,21 +1,21 @@ -UNITTEST_FOR(util) +UNITTEST_FOR(util) REQUIREMENTS(network:full) OWNER(g:util) SUBSCRIBER(g:util-subscribers) -PEERDIR( +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 + 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) |