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/streams | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/streams')
-rw-r--r-- | library/cpp/streams/brotli/ut/ya.make | 7 | ||||
-rw-r--r-- | library/cpp/streams/brotli/ya.make | 16 | ||||
-rw-r--r-- | library/cpp/streams/bzip2/ut/ya.make | 7 | ||||
-rw-r--r-- | library/cpp/streams/bzip2/ya.make | 15 | ||||
-rw-r--r-- | library/cpp/streams/lzma/ut/ya.make | 7 | ||||
-rw-r--r-- | library/cpp/streams/lzma/ya.make | 15 | ||||
-rw-r--r-- | library/cpp/streams/zc_memory_input/ya.make | 7 | ||||
-rw-r--r-- | library/cpp/streams/zstd/ut/ya.make | 7 | ||||
-rw-r--r-- | library/cpp/streams/zstd/ya.make | 15 |
9 files changed, 0 insertions, 96 deletions
diff --git a/library/cpp/streams/brotli/ut/ya.make b/library/cpp/streams/brotli/ut/ya.make deleted file mode 100644 index ffa9c0748a..0000000000 --- a/library/cpp/streams/brotli/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/brotli) - -SRCS( - brotli_ut.cpp -) - -END() diff --git a/library/cpp/streams/brotli/ya.make b/library/cpp/streams/brotli/ya.make deleted file mode 100644 index abc1006372..0000000000 --- a/library/cpp/streams/brotli/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/brotli/enc - contrib/libs/brotli/dec -) - -SRCS( - brotli.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/streams/bzip2/ut/ya.make b/library/cpp/streams/bzip2/ut/ya.make deleted file mode 100644 index 86e36216a4..0000000000 --- a/library/cpp/streams/bzip2/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/bzip2) - -SRCS( - bzip2_ut.cpp -) - -END() diff --git a/library/cpp/streams/bzip2/ya.make b/library/cpp/streams/bzip2/ya.make deleted file mode 100644 index bdbc706a86..0000000000 --- a/library/cpp/streams/bzip2/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/libbz2 -) - -SRCS( - bzip2.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/streams/lzma/ut/ya.make b/library/cpp/streams/lzma/ut/ya.make deleted file mode 100644 index 99b7e5e401..0000000000 --- a/library/cpp/streams/lzma/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/lzma) - -SRCS( - lzma_ut.cpp -) - -END() diff --git a/library/cpp/streams/lzma/ya.make b/library/cpp/streams/lzma/ya.make deleted file mode 100644 index 2b2e352ebd..0000000000 --- a/library/cpp/streams/lzma/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/lzmasdk -) - -SRCS( - lzma.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/streams/zc_memory_input/ya.make b/library/cpp/streams/zc_memory_input/ya.make deleted file mode 100644 index 3909706ffa..0000000000 --- a/library/cpp/streams/zc_memory_input/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - zc_memory_input.cpp -) - -END() diff --git a/library/cpp/streams/zstd/ut/ya.make b/library/cpp/streams/zstd/ut/ya.make deleted file mode 100644 index 3e490b9bc1..0000000000 --- a/library/cpp/streams/zstd/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/zstd) - -SRCS( - zstd_ut.cpp -) - -END() diff --git a/library/cpp/streams/zstd/ya.make b/library/cpp/streams/zstd/ya.make deleted file mode 100644 index e920a0fab4..0000000000 --- a/library/cpp/streams/zstd/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/zstd -) - -SRCS( - zstd.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) |