aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson_pull/ut/ya.make
blob: a269dfd2ade951ab24895adcb482b59e0691fe59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/yson_pull)

OWNER(borman)

SRCS(
    cescape_ut.cpp
    reader_ut.cpp
    writer_ut.cpp
    loop_ut.cpp
)

END()