aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/yson_string/unittests/ya.make
blob: f327d298f18e7c9ac3723b998873ac81f31df9b6 (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()