From b8a17f9b1c166d2e9a26b99348a4c29d972caf55 Mon Sep 17 00:00:00 2001 From: alexv-smirnov Date: Tue, 28 Mar 2023 22:25:04 +0300 Subject: Revert ymake build from ydb oss export --- library/cpp/deprecated/accessors/ut/ya.make | 7 ------- library/cpp/deprecated/accessors/ya.make | 13 ------------- library/cpp/deprecated/atomic/ut/ya.make | 5 ----- library/cpp/deprecated/atomic/ya.make | 5 ----- library/cpp/deprecated/enum_codegen/ut/ya.make | 13 ------------- library/cpp/deprecated/enum_codegen/ya.make | 11 ----------- library/cpp/deprecated/kmp/ut/ya.make | 7 ------- library/cpp/deprecated/kmp/ya.make | 12 ------------ library/cpp/deprecated/split/ut/ya.make | 8 -------- library/cpp/deprecated/split/ya.make | 16 ---------------- library/cpp/deprecated/threadable/ya.make | 7 ------- 11 files changed, 104 deletions(-) delete mode 100644 library/cpp/deprecated/accessors/ut/ya.make delete mode 100644 library/cpp/deprecated/accessors/ya.make delete mode 100644 library/cpp/deprecated/atomic/ut/ya.make delete mode 100644 library/cpp/deprecated/atomic/ya.make delete mode 100644 library/cpp/deprecated/enum_codegen/ut/ya.make delete mode 100644 library/cpp/deprecated/enum_codegen/ya.make delete mode 100644 library/cpp/deprecated/kmp/ut/ya.make delete mode 100644 library/cpp/deprecated/kmp/ya.make delete mode 100644 library/cpp/deprecated/split/ut/ya.make delete mode 100644 library/cpp/deprecated/split/ya.make delete mode 100644 library/cpp/deprecated/threadable/ya.make (limited to 'library/cpp/deprecated') diff --git a/library/cpp/deprecated/accessors/ut/ya.make b/library/cpp/deprecated/accessors/ut/ya.make deleted file mode 100644 index 5e79af5efd9..00000000000 --- 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 0aa8fcfa9bd..00000000000 --- 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 e21fd089904..00000000000 --- 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 af1c3c5ac0d..00000000000 --- 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 2cdca47ad08..00000000000 --- 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 9ff9997c84d..00000000000 --- 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 bb240b042ea..00000000000 --- 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 9814333db05..00000000000 --- 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 8b3da078c20..00000000000 --- 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 8b6897fa28f..00000000000 --- 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 58ffc0046f1..00000000000 --- a/library/cpp/deprecated/threadable/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - threadable.cpp -) - -END() -- cgit v1.3