aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/yson/ut
diff options
context:
space:
mode:
authorelshiko <elshiko@yandex-team.ru>2022-02-10 16:49:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:20 +0300
commitdbb5d0d21c8cfc3d59e0f6d3b6f4ab06b58561f1 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/json/yson/ut
parent455ab915435b70e433ed91eee2ca84f03122d6cb (diff)
downloadydb-dbb5d0d21c8cfc3d59e0f6d3b6f4ab06b58561f1.tar.gz
Restoring authorship annotation for <elshiko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/json/yson/ut')
-rw-r--r--library/cpp/json/yson/ut/ya.make40
1 files changed, 20 insertions, 20 deletions
diff --git a/library/cpp/json/yson/ut/ya.make b/library/cpp/json/yson/ut/ya.make
index 1ba86b354b..4ceb65b279 100644
--- a/library/cpp/json/yson/ut/ya.make
+++ b/library/cpp/json/yson/ut/ya.make
@@ -1,28 +1,28 @@
-OWNER(
- avitella
- elshiko
-)
-
+OWNER(
+ avitella
+ elshiko
+)
+
UNITTEST_FOR(library/cpp/json/yson)
-
-ALLOCATOR(LF)
-
+
+ALLOCATOR(LF)
+
DATA(sbr://363537653)
-
-PEERDIR(
+
+PEERDIR(
library/cpp/blockcodecs
library/cpp/histogram/simple
library/cpp/testing/unittest
-)
-
+)
+
SIZE(LARGE)
-
+
TAG(ya:fat)
-TIMEOUT(600)
-
-SRCS(
- json2yson_ut.cpp
-)
-
-END()
+TIMEOUT(600)
+
+SRCS(
+ json2yson_ut.cpp
+)
+
+END()