aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/yson_string/unittests/ya.make
blob: aee36844f2e9fea189bee20cd5838d1191b97323 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GTEST() 
 
OWNER(g:yt) 
 
SRCS( 
    convert_ut.cpp 
) 
 
PEERDIR( 
    library/cpp/yt/yson_string 
    library/cpp/testing/gtest 
    library/cpp/testing/gtest_extensions 
) 
 
END()