aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/ut/ya.make
diff options
context:
space:
mode:
authorAnton Samokhvalov <pg83@yandex.ru>2022-02-10 16:45:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:15 +0300
commit72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch)
treeda2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /util/stream/ut/ya.make
parent778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff)
downloadydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'util/stream/ut/ya.make')
-rw-r--r--util/stream/ut/ya.make36
1 files changed, 18 insertions, 18 deletions
diff --git a/util/stream/ut/ya.make b/util/stream/ut/ya.make
index f0176dd7b4..4389dc4bc0 100644
--- a/util/stream/ut/ya.make
+++ b/util/stream/ut/ya.make
@@ -1,28 +1,28 @@
-UNITTEST_FOR(util)
+UNITTEST_FOR(util)
OWNER(g:util)
SUBSCRIBER(g:util-subscribers)
SRCS(
- stream/aligned_ut.cpp
- stream/buffer_ut.cpp
- stream/buffered_ut.cpp
- stream/direct_io_ut.cpp
- stream/file_ut.cpp
- stream/format_ut.cpp
- stream/hex_ut.cpp
- stream/input_ut.cpp
- stream/ios_ut.cpp
- stream/labeled_ut.cpp
- stream/length_ut.cpp
- stream/mem_ut.cpp
+ stream/aligned_ut.cpp
+ stream/buffer_ut.cpp
+ stream/buffered_ut.cpp
+ stream/direct_io_ut.cpp
+ stream/file_ut.cpp
+ stream/format_ut.cpp
+ stream/hex_ut.cpp
+ stream/input_ut.cpp
+ stream/ios_ut.cpp
+ stream/labeled_ut.cpp
+ stream/length_ut.cpp
+ stream/mem_ut.cpp
stream/multi_ut.cpp
- stream/printf_ut.cpp
- stream/str_ut.cpp
- stream/tokenizer_ut.cpp
- stream/walk_ut.cpp
+ stream/printf_ut.cpp
+ stream/str_ut.cpp
+ stream/tokenizer_ut.cpp
+ stream/walk_ut.cpp
stream/zerocopy_output_ut.cpp
- stream/zlib_ut.cpp
+ stream/zlib_ut.cpp
)
INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)