aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/grpc/server/ut/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/grpc/server/ut/ya.make')
-rw-r--r--library/cpp/grpc/server/ut/ya.make16
1 files changed, 16 insertions, 0 deletions
diff --git a/library/cpp/grpc/server/ut/ya.make b/library/cpp/grpc/server/ut/ya.make
new file mode 100644
index 0000000000..94408dc8ce
--- /dev/null
+++ b/library/cpp/grpc/server/ut/ya.make
@@ -0,0 +1,16 @@
+UNITTEST_FOR(library/cpp/grpc/server)
+
+TIMEOUT(600)
+SIZE(MEDIUM)
+
+PEERDIR(
+ library/cpp/grpc/server
+)
+
+SRCS(
+ grpc_response_ut.cpp
+ stream_adaptor_ut.cpp
+)
+
+END()
+