aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/result_format/ut/ya.make
blob: 6230085e7dc0044c6856f29196752738f71d03e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UNITTEST_FOR(yql/essentials/public/result_format)

SRCS(
    yql_result_format_response_ut.cpp
    yql_result_format_type_ut.cpp
    yql_result_format_data_ut.cpp
    yql_restricted_yson_ut.cpp
)

PEERDIR(
    library/cpp/yson/node
    library/cpp/string_utils/base64
)

END()