diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/cpp/deprecated | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/deprecated')
-rw-r--r-- | library/cpp/deprecated/accessors/ut/ya.make | 7 | ||||
-rw-r--r-- | library/cpp/deprecated/accessors/ya.make | 13 | ||||
-rw-r--r-- | library/cpp/deprecated/atomic/ut/ya.make | 5 | ||||
-rw-r--r-- | library/cpp/deprecated/atomic/ya.make | 5 | ||||
-rw-r--r-- | library/cpp/deprecated/enum_codegen/ut/ya.make | 13 | ||||
-rw-r--r-- | library/cpp/deprecated/enum_codegen/ya.make | 11 | ||||
-rw-r--r-- | library/cpp/deprecated/kmp/ut/ya.make | 7 | ||||
-rw-r--r-- | library/cpp/deprecated/kmp/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/deprecated/split/ut/ya.make | 8 | ||||
-rw-r--r-- | library/cpp/deprecated/split/ya.make | 16 | ||||
-rw-r--r-- | library/cpp/deprecated/threadable/ya.make | 7 |
11 files changed, 0 insertions, 104 deletions
diff --git a/library/cpp/deprecated/accessors/ut/ya.make b/library/cpp/deprecated/accessors/ut/ya.make deleted file mode 100644 index 5e79af5efd..0000000000 --- a/library/cpp/deprecated/accessors/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/accessors) - -SRCS( - accessors_ut.cpp -) - -END() diff --git a/library/cpp/deprecated/accessors/ya.make b/library/cpp/deprecated/accessors/ya.make deleted file mode 100644 index 0aa8fcfa9b..0000000000 --- a/library/cpp/deprecated/accessors/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - accessors.cpp - accessors_impl.cpp - memory_traits.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/atomic/ut/ya.make b/library/cpp/deprecated/atomic/ut/ya.make deleted file mode 100644 index e21fd08990..0000000000 --- a/library/cpp/deprecated/atomic/ut/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/atomic) - -SRCS(atomic_ut.cpp) - -END() diff --git a/library/cpp/deprecated/atomic/ya.make b/library/cpp/deprecated/atomic/ya.make deleted file mode 100644 index af1c3c5ac0..0000000000 --- a/library/cpp/deprecated/atomic/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -LIBRARY() - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/deprecated/enum_codegen/ut/ya.make b/library/cpp/deprecated/enum_codegen/ut/ya.make deleted file mode 100644 index 2cdca47ad0..0000000000 --- a/library/cpp/deprecated/enum_codegen/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -SRCDIR(library/cpp/deprecated/enum_codegen) - -PEERDIR( - library/cpp/deprecated/enum_codegen -) - -SRCS( - enum_codegen_ut.cpp -) - -END() diff --git a/library/cpp/deprecated/enum_codegen/ya.make b/library/cpp/deprecated/enum_codegen/ya.make deleted file mode 100644 index 9ff9997c84..0000000000 --- a/library/cpp/deprecated/enum_codegen/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - enum_codegen.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/kmp/ut/ya.make b/library/cpp/deprecated/kmp/ut/ya.make deleted file mode 100644 index bb240b042e..0000000000 --- a/library/cpp/deprecated/kmp/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/kmp) - -SRCS( - kmp_ut.cpp -) - -END() diff --git a/library/cpp/deprecated/kmp/ya.make b/library/cpp/deprecated/kmp/ya.make deleted file mode 100644 index 9814333db0..0000000000 --- a/library/cpp/deprecated/kmp/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - kmp.cpp - kmp.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/split/ut/ya.make b/library/cpp/deprecated/split/ut/ya.make deleted file mode 100644 index 8b3da078c2..0000000000 --- a/library/cpp/deprecated/split/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/split) - -SRCS( - delim_string_iter_ut.cpp - split_iterator_ut.cpp -) - -END() diff --git a/library/cpp/deprecated/split/ya.make b/library/cpp/deprecated/split/ya.make deleted file mode 100644 index 8b6897fa28..0000000000 --- a/library/cpp/deprecated/split/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - delim_string_iter.cpp - split_iterator.cpp -) - -PEERDIR( - library/cpp/deprecated/kmp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/threadable/ya.make b/library/cpp/deprecated/threadable/ya.make deleted file mode 100644 index 58ffc0046f..0000000000 --- a/library/cpp/deprecated/threadable/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - threadable.cpp -) - -END() |