diff options
author | elshiko <elshiko@yandex-team.ru> | 2022-02-10 16:49:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:20 +0300 |
commit | 455ab915435b70e433ed91eee2ca84f03122d6cb (patch) | |
tree | 4570335e510c5cb009cca313349e2a29b4c62310 /library/cpp/json/yson/ut/ya.make | |
parent | 85ad20a00eb9c7d4dcae0debe5172d5f9bc6792f (diff) | |
download | ydb-455ab915435b70e433ed91eee2ca84f03122d6cb.tar.gz |
Restoring authorship annotation for <elshiko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/yson/ut/ya.make')
-rw-r--r-- | library/cpp/json/yson/ut/ya.make | 40 |
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 4ceb65b279..1ba86b354b 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() |