aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/ut
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /util/stream/ut
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'util/stream/ut')
-rw-r--r--util/stream/ut/ya.make30
1 files changed, 0 insertions, 30 deletions
diff --git a/util/stream/ut/ya.make b/util/stream/ut/ya.make
deleted file mode 100644
index c2e268cb02..0000000000
--- a/util/stream/ut/ya.make
+++ /dev/null
@@ -1,30 +0,0 @@
-UNITTEST_FOR(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/format_std_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/zerocopy_output_ut.cpp
- stream/zlib_ut.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)
-
-END()