aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/http/ut
diff options
context:
space:
mode:
authorAlexey Efimov <xeno@prnwatch.com>2022-02-10 16:49:42 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:42 +0300
commit0fd1998e1b2369f50fb694556f817d3c7fef10c8 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/actors/http/ut
parent26e0e4fb5e5cd6b4d7f4c21f9fcd7978891bf946 (diff)
downloadydb-0fd1998e1b2369f50fb694556f817d3c7fef10c8.tar.gz
Restoring authorship annotation for Alexey Efimov <xeno@prnwatch.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors/http/ut')
-rw-r--r--library/cpp/actors/http/ut/ya.make26
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/actors/http/ut/ya.make b/library/cpp/actors/http/ut/ya.make
index 12d360dabf..8b4c04c4d3 100644
--- a/library/cpp/actors/http/ut/ya.make
+++ b/library/cpp/actors/http/ut/ya.make
@@ -1,18 +1,18 @@
UNITTEST_FOR(library/cpp/actors/http)
-
-OWNER(xenoxeno)
-
-SIZE(SMALL)
-
-PEERDIR(
+
+OWNER(xenoxeno)
+
+SIZE(SMALL)
+
+PEERDIR(
library/cpp/actors/testlib
-)
-
+)
+
IF (NOT OS_WINDOWS)
-SRCS(
- http_ut.cpp
-)
+SRCS(
+ http_ut.cpp
+)
ELSE()
ENDIF()
-
-END()
+
+END()