aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream
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
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'util/stream')
-rw-r--r--util/stream/ut/ya.make30
-rw-r--r--util/stream/ut_cython/ya.make16
-rw-r--r--util/stream/ya.make11
3 files changed, 0 insertions, 57 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()
diff --git a/util/stream/ut_cython/ya.make b/util/stream/ut_cython/ya.make
deleted file mode 100644
index 841a8fb0ba..0000000000
--- a/util/stream/ut_cython/ya.make
+++ /dev/null
@@ -1,16 +0,0 @@
-PY23_TEST()
-
-SUBSCRIBER(g:util-subscribers)
-
-SRCDIR(util/stream)
-
-PY_SRCS(
- NAMESPACE util.stream
- str_ut.pyx
-)
-
-TEST_SRCS(
- test_stream.py
-)
-
-END()
diff --git a/util/stream/ya.make b/util/stream/ya.make
deleted file mode 100644
index c995d26bde..0000000000
--- a/util/stream/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-SUBSCRIBER(g:util-subscribers)
-
-RECURSE_FOR_TESTS(
- ut
-)
-
-IF (NOT OS_IOS AND NOT OS_ANDROID AND NOT USE_SYSTEM_PYTHON)
- RECURSE(
- ut_cython
- )
-ENDIF()