aboutsummaryrefslogtreecommitdiffstats
path: root/util/string
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/string
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'util/string')
-rw-r--r--util/string/ut/ya.make23
-rw-r--r--util/string/ut_cython/ya.make16
-rw-r--r--util/string/ya.make11
3 files changed, 0 insertions, 50 deletions
diff --git a/util/string/ut/ya.make b/util/string/ut/ya.make
deleted file mode 100644
index 7243176bfe..0000000000
--- a/util/string/ut/ya.make
+++ /dev/null
@@ -1,23 +0,0 @@
-UNITTEST_FOR(util)
-
-SUBSCRIBER(g:util-subscribers)
-
-SRCS(
- string/builder_ut.cpp
- string/cast_ut.cpp
- string/escape_ut.cpp
- string/join_ut.cpp
- string/hex_ut.cpp
- string/printf_ut.cpp
- string/split_ut.cpp
- string/strip_ut.cpp
- string/subst_ut.cpp
- string/type_ut.cpp
- string/util_ut.cpp
- string/vector_ut.cpp
- string/ascii_ut.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)
-
-END()
diff --git a/util/string/ut_cython/ya.make b/util/string/ut_cython/ya.make
deleted file mode 100644
index 99a29c96ce..0000000000
--- a/util/string/ut_cython/ya.make
+++ /dev/null
@@ -1,16 +0,0 @@
-PY23_TEST()
-
-SUBSCRIBER(g:util-subscribers)
-
-SRCDIR(util/string)
-
-PY_SRCS(
- NAMESPACE util.string
- cast_ut.pyx
-)
-
-TEST_SRCS(
- test_string.py
-)
-
-END()
diff --git a/util/string/ya.make b/util/string/ya.make
deleted file mode 100644
index c995d26bde..0000000000
--- a/util/string/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()