aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/yson/ut/ya.make
blob: 1ba86b354b95e3cb46850a1e800267aee37411d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OWNER( 
    avitella 
    elshiko 
) 
 
UNITTEST_FOR(library/cpp/json/yson)
 
ALLOCATOR(LF) 
 
DATA(sbr://363537653)
 
PEERDIR( 
    library/cpp/blockcodecs
    library/cpp/histogram/simple
    library/cpp/testing/unittest
) 
 
SIZE(LARGE)
 
TAG(ya:fat)

TIMEOUT(600) 
 
SRCS( 
    json2yson_ut.cpp 
) 
 
END()