aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/example
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 /library/cpp/messagebus/test/example
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/messagebus/test/example')
-rw-r--r--library/cpp/messagebus/test/example/client/ya.make11
-rw-r--r--library/cpp/messagebus/test/example/common/ya.make13
-rw-r--r--library/cpp/messagebus/test/example/server/ya.make11
-rw-r--r--library/cpp/messagebus/test/example/ya.make5
4 files changed, 0 insertions, 40 deletions
diff --git a/library/cpp/messagebus/test/example/client/ya.make b/library/cpp/messagebus/test/example/client/ya.make
deleted file mode 100644
index 41dace996ab..00000000000
--- a/library/cpp/messagebus/test/example/client/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-PROGRAM(messagebus_example_client)
-
-PEERDIR(
- library/cpp/messagebus/test/example/common
-)
-
-SRCS(
- client.cpp
-)
-
-END()
diff --git a/library/cpp/messagebus/test/example/common/ya.make b/library/cpp/messagebus/test/example/common/ya.make
deleted file mode 100644
index 1281f6b16a2..00000000000
--- a/library/cpp/messagebus/test/example/common/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-LIBRARY(messagebus_test_example_common)
-
-PEERDIR(
- library/cpp/messagebus
- library/cpp/messagebus/protobuf
-)
-
-SRCS(
- proto.cpp
- messages.proto
-)
-
-END()
diff --git a/library/cpp/messagebus/test/example/server/ya.make b/library/cpp/messagebus/test/example/server/ya.make
deleted file mode 100644
index 70101f175ce..00000000000
--- a/library/cpp/messagebus/test/example/server/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-PROGRAM(messagebus_example_server)
-
-PEERDIR(
- library/cpp/messagebus/test/example/common
-)
-
-SRCS(
- server.cpp
-)
-
-END()
diff --git a/library/cpp/messagebus/test/example/ya.make b/library/cpp/messagebus/test/example/ya.make
deleted file mode 100644
index 36351241159..00000000000
--- a/library/cpp/messagebus/test/example/ya.make
+++ /dev/null
@@ -1,5 +0,0 @@
-RECURSE(
- client
- common
- server
-)